Lines Matching refs:syslog
24 # with syslog-ng
31 # o For syslog-ng the priority is set to all #
32 # because of the format of syslog-ng.conf #
35 # o Send syslog messages at all levels and see whether #
39 . syslog-lib.sh || exit 1
43 tst_resm TINFO "testing syslog priorities ..."
45 # Adds some clarification of log message when syslog-ng is used
46 if [ $CONFIG_FILE = /etc/syslog.conf ]; then
52 tst_resm TINFO " o Send syslog messages at all levels and see whether"
57 /etc/syslog.conf|/etc/rsyslog.conf)
62 /etc/syslog-ng/syslog-ng.conf)
66 echo "# Added for syslog testcase" >> $CONFIG_FILE
68 echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $CONFIG_FILE
69 echo "log { source(src); filter(f_syslog_messages); destination(syslog-messages); };" >> $CONFIG_FILE