summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/syslog/OpenSLX/OSPlugin/syslog.pm6
-rw-r--r--os-plugins/plugins/vmchooser/files/vmchooser.sh2
2 files changed, 6 insertions, 2 deletions
diff --git a/os-plugins/plugins/syslog/OpenSLX/OSPlugin/syslog.pm b/os-plugins/plugins/syslog/OpenSLX/OSPlugin/syslog.pm
index 74239472..6227d303 100644
--- a/os-plugins/plugins/syslog/OpenSLX/OSPlugin/syslog.pm
+++ b/os-plugins/plugins/syslog/OpenSLX/OSPlugin/syslog.pm
@@ -200,10 +200,14 @@ sub _setupSyslogNG
};
destination console_all {
file("/dev/tty10");
- };
+ };
+ destination default_logfile {
+ file("/var/log/messages");
+ };
log {
source(all);
destination(console_all);
+ destination(default_logfile);
};
END
diff --git a/os-plugins/plugins/vmchooser/files/vmchooser.sh b/os-plugins/plugins/vmchooser/files/vmchooser.sh
index ad4125f1..ad4f387e 100644
--- a/os-plugins/plugins/vmchooser/files/vmchooser.sh
+++ b/os-plugins/plugins/vmchooser/files/vmchooser.sh
@@ -5,5 +5,5 @@ if [ -e "/etc/opt/openslx/vmchooser-stage3.conf" ]; then
fi
-/opt/openslx/plugin-repo/vmchooser/vmchooser -p ${vmchooser_xmlpath}
+/opt/openslx/plugin-repo/vmchooser/vmchooser -p${vmchooser_xmlpath}