HomeSort by relevance Sort by last modified time
    Searched refs:MAILLOG (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/syslog/
syslog01 49 echo "mail.info $MAILLOG" >> $CONFIG_FILE
62 echo "destination syslog-mail { file(\"$MAILLOG\");};" >> $CONFIG_FILE
71 # This check is neccessary for syslog-ng because $MAILLOG is
73 if [ -e "$MAILLOG" ]; then
74 oldvalue1=`grep -c "syslogtst: mail info test" $MAILLOG`
84 if [ ! -e $MAILLOG ]; then
85 tst_resm TBROK "$MAILLOG no such log file"
89 newvalue1=`grep -c "syslogtst: mail info test" $MAILLOG`
syslog02 50 echo "mail.$level $MAILLOG" >> $CONFIG_FILE
56 echo "mail.$level $MAILLOG" >> $CONFIG_FILE
62 echo "destination syslog-$level { file(\"$MAILLOG\"); };" >> $CONFIG_FILE
70 # This check is neccessary for syslog-ng because $MAILLOG is
72 if [ -e "$MAILLOG" ]; then
73 oldvalue=`grep -c "syslogtst: mail $level test\." $MAILLOG`
84 # check if $MAILLOG script exists
85 if [ ! -e "$MAILLOG" ]; then
86 tst_resm TBROK "$MAILLOG no such log file"
90 newvalue=`grep -c "syslogtst: mail $level test" $MAILLOG`
    [all...]
syslog-lib.sh 21 readonly MAILLOG=/var/log/maillog

Completed in 647 milliseconds