Lines Matching refs:syslog
24 # with syslog-ng
29 # created and that will be used as syslog.conf file.
35 . syslog-lib.sh || exit 1
48 /etc/syslog.conf)
59 /etc/syslog-ng/syslog-ng.conf)
62 echo "destination syslog-$level { file(\"$MAILLOG\"); };" >> $CONFIG_FILE
63 echo "log { source(src); filter(f_syslog_$level); destination(syslog-$level); };" >> $CONFIG_FILE;;
70 # This check is neccessary for syslog-ng because $MAILLOG is
107 tst_resm TINFO "created and that will be used as syslog.conf file."