diff options
author | obrien <obrien@FreeBSD.org> | 1999-06-28 03:15:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-06-28 03:15:02 +0000 |
commit | d3ca6b9c8b4b19817adf7a30a13d910ba9726375 (patch) | |
tree | 6bd99c5b7455d9982246ea7c47976c2280dc63ec /etc | |
parent | 69070f26c3bf86b076e5eb815d748af8fca0c2fd (diff) | |
download | FreeBSD-src-d3ca6b9c8b4b19817adf7a30a13d910ba9726375.zip FreeBSD-src-d3ca6b9c8b4b19817adf7a30a13d910ba9726375.tar.gz |
Syntax for user/group is changed from "user.group" to "user:group" to be
consistant with chown(8).
Diffstat (limited to 'etc')
-rw-r--r-- | etc/newsyslog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 82cd3a6..9714ce9 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -1,7 +1,7 @@ # configuration file for newsyslog -# $Id: newsyslog.conf,v 1.19 1999/06/01 11:20:15 ru Exp $ +# $Id: newsyslog.conf,v 1.20 1999/06/28 03:03:17 obrien Exp $ # -# logfilename [owner.group] mode count size when [ZB] [/pid_file] [sig_num] +# logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num] /var/cron/log 600 3 100 * Z /var/log/amd.log 664 7 100 * Z /var/log/kerberos.log 664 7 100 * Z |