diff options
author | mlaier <mlaier@FreeBSD.org> | 2004-04-03 17:52:29 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2004-04-03 17:52:29 +0000 |
commit | 7f9c2ff639c072a05e1501bad8979c04bcd98676 (patch) | |
tree | e3934bb20ef9e074a2ca2a36969c592a165e1999 /etc | |
parent | 9b622e32d9946acc02b66416409dcdd8305fbcc9 (diff) | |
download | FreeBSD-src-7f9c2ff639c072a05e1501bad8979c04bcd98676.zip FreeBSD-src-7f9c2ff639c072a05e1501bad8979c04bcd98676.tar.gz |
Style:
- do not comment out entries in newsyslog.conf
- use tabs to line up inetd.conf
Requested by: bde
Approved by: bms(mentor)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 2 | ||||
-rw-r--r-- | etc/newsyslog.conf | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 91d4b04..a7c32de 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -122,4 +122,4 @@ # N.B.: inetd binds to * in the default installation so you should add # an appropriate block rule to your pf.conf # -#ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy +#ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy diff --git a/etc/newsyslog.conf b/etc/newsyslog.conf index 75ba197..ad1e4b4 100644 --- a/etc/newsyslog.conf +++ b/etc/newsyslog.conf @@ -29,6 +29,7 @@ /var/log/maillog 640 7 * @T00 J /var/log/messages 644 5 100 * J /var/log/monthly.log 640 12 * $M1D0 JN +/var/log/pflog 600 3 100 * JB /var/run/pflogd.pid /var/log/ppp.log root:network 640 3 100 * J /var/log/security 600 10 100 * J /var/log/sendmail.st 640 10 * 168 B @@ -36,5 +37,3 @@ /var/log/weekly.log 640 5 1 $W6D0 JN /var/log/wtmp 644 3 * @01T05 B /var/log/xferlog 600 7 100 * J -# pflogd sample entry -#/var/log/pflog 600 3 100 * JB /var/run/pflogd.pid |