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/inetd.conf | |
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/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 2 |
1 files changed, 1 insertions, 1 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 |