From 718649e606958f23fda6069e8f3ad646d1bed6f2 Mon Sep 17 00:00:00 2001 From: asmodai Date: Sun, 28 Oct 2001 13:41:30 +0000 Subject: Explain that /var/log/all.log needs to be touched and chmod'd 'ere it can be used. PR: 17022 Submitted by: Niels Christian Bank-Pedersen MFC after: 1 week --- etc/syslog.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/syslog.conf') diff --git a/etc/syslog.conf b/etc/syslog.conf index 81955af..244a58e 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -18,6 +18,7 @@ cron.* /var/log/cron # uncomment this to log all writes to /dev/console to /var/log/console.log #console.info /var/log/console.log # uncomment this to enable logging of all log messages to /var/log/all.log +# touch /var/log/all.log and chmod it to mode 600 before it will work #*.* /var/log/all.log # uncomment this to enable logging to a remote loghost named loghost #*.* @loghost -- cgit v1.1