[lwatch-cvs] files/src lwatch.conf,1.26,1.27
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-17 07:44:28
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29052 Modified Files: lwatch.conf Log Message: Use built-in defaults for {in,out}put_file. Index: lwatch.conf =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** lwatch.conf 11 Aug 2004 23:44:42 -0000 1.26 --- lwatch.conf 17 Aug 2004 07:40:52 -0000 1.27 *************** *** 24,33 **** # if filename - it should be named fifo, where syslogd logs # - means: read from stdin (via tail -f logfile | lwatch ) ! input_file=/var/lwatch/syslog.fifo # remember to configure your syslog # Where to print colored logs? ! # Any filename accepted, especially /dev/tty*, put - if you want to output into ! # a console ! output_file=/dev/tty11 # What to do with unparsed lines like: --- 24,34 ---- # if filename - it should be named fifo, where syslogd logs # - means: read from stdin (via tail -f logfile | lwatch ) ! # Run lwatch -h to see default input file. ! #input_file=/var/lwatch/syslog.fifo # remember to configure your syslog # Where to print colored logs? ! # Any filename accepted, especially /dev/tty*. ! # Run lwatch -h to see default output file. ! #output_file=/dev/tty11 # What to do with unparsed lines like: |