Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/examples/syslogd provide commands required to create t...



details:   https://anonhg.NetBSD.org/src/rev/c09b2ef0d9d3
branches:  trunk
changeset: 551195:c09b2ef0d9d3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 01 00:30:34 2003 +0000

description:
provide commands required to create the syslog log files used by this config

diffstat:

 share/examples/syslogd/all.debug |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ef1d09c8a400 -r c09b2ef0d9d3 share/examples/syslogd/all.debug
--- a/share/examples/syslogd/all.debug  Mon Sep 01 00:29:05 2003 +0000
+++ b/share/examples/syslogd/all.debug  Mon Sep 01 00:30:34 2003 +0000
@@ -1,7 +1,11 @@
-#      $NetBSD: all.debug,v 1.1 2000/07/13 14:27:05 lukem Exp $
+#      $NetBSD: all.debug,v 1.2 2003/09/01 00:30:34 lukem Exp $
 #
-# example /etc/syslog.conf:
-# each facility is logged to a separate file
+# Example /etc/syslog.conf:
+#      Each facility is logged to a separate file
+#
+# The following commands will setup the appropriate files:
+#      touch `awk '/^[^#]/ {print $2}' /etc/syslog.conf`
+#      chmod go= /var/log/authpriv
 #
 auth.debug             /var/log/auth
 authpriv.debug         /var/log/authpriv



Home | Main Index | Thread Index | Old Index