diff options
| author | lukem <lukem@NetBSD.org> | 2003-09-01 00:30:34 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-09-01 00:30:34 +0000 |
| commit | fd483b4d81fa3de781305620accdbc7c849492c1 (patch) | |
| tree | bc9a16ad37284c8f672525d51e78c0f4ffd1495d /share/examples/syslogd | |
| parent | da5f4674a3fc214be3572d358b66af40ab9401e7 (diff) | |
provide commands required to create the syslog log files used by this config
Diffstat (limited to 'share/examples/syslogd')
| -rw-r--r-- | share/examples/syslogd/all.debug | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/examples/syslogd/all.debug b/share/examples/syslogd/all.debug index edcf7b7fb61..87ef02ef7b3 100644 --- a/share/examples/syslogd/all.debug +++ b/share/examples/syslogd/all.debug @@ -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 |
