Lines Matching refs:syslog
24 # with syslog-ng
29 # o Disable /dev/syslog by moving it to a temporary file #
31 # o Send the syslog message. #
37 . syslog-lib.sh || exit 1
41 tst_resm TINFO "syslog: Testing the log option: LOG_CONS..."
46 /etc/syslog.conf|/etc/rsyslog.conf)
51 /etc/syslog-ng/syslog-ng.conf)
54 echo "destination syslog-messages { file(\"/var/log/messages\");};" >> $CONFIG_FILE
55 echo "log { source(src); filter(f_syslog_user); destination(syslog-messages);};" >> $CONFIG_FILE
68 # syslogtst does the disabling of /dev/syslog, sends the message and
69 # enables /dev/syslog.
89 tst_resm TINFO " o Disable /dev/syslog by moving it to a temporary file name."
90 tst_resm TINFO " o Send the syslog message."