Date: Sun, 17 Dec 2000 13:53:22 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> To: "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk> Cc: bugs@FreeBSD.org Subject: Re: conf/17022: newsyslog.conf not in sync with syslog.conf - all.log entry should be commented Message-ID: <Pine.NEB.3.96L.1001217135232.48123K-100000@fledge.watson.org> In-Reply-To: <200003012000.MAA80231@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I realize this was from an extremely long time ago, but does this patch meet your requirements? (was cleaning up my mailbox and came across this, and realized it was still unresolved.) Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services Index: syslog.conf =================================================================== RCS file: /home/ncvs/src/etc/syslog.conf,v retrieving revision 1.13 diff -u -r1.13 syslog.conf --- syslog.conf 2000/02/08 21:57:28 1.13 +++ syslog.conf 2000/12/17 18:52:19 @@ -12,14 +12,20 @@ *.notice;news.err root *.alert root *.emerg * -# uncomment this to enable logging of all log messages to /var/log/all.log +# +# Uncomment the following line and create an empty /var/log/all.log to +# enable logging of all log messages: #*.* /var/log/all.log -# uncomment this to enable logging to a remote loghost named loghost +# +# Uncomment the following line to enable logging to a remote loghost +# named loghost: #*.* @loghost -# uncomment these if you're running inn -# news.crit /var/log/news/news.crit -# news.err /var/log/news/news.err -# news.notice /var/log/news/news.notice +# +# Uncomment the following lines and create the appropriate files if you're +# running inn: +#news.crit /var/log/news/news.crit +#news.err /var/log/news/news.err +#news.notice /var/log/news/news.notice !startslip *.* /var/log/slip.log !ppp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1001217135232.48123K-100000>