diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-13 16:20:29 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-12-13 16:20:29 +0000 |
commit | 4e57de7bc09fb6c4ec2e5714ce9de0f1c1a6af42 (patch) | |
tree | 81ad9bc5c7c9b49f3c422b58087e6e0b5df2b3c6 /etc/inetd.conf | |
parent | 77c5867004877ac600e9c3520043eacb11457ed5 (diff) |
whitespace botches
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index c92276460c6..4803f8484d6 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.55 2004/06/29 20:05:04 matthieu Exp $ +# $OpenBSD: inetd.conf,v 1.56 2004/12/13 16:20:28 henning Exp $ # # Internet server configuration database # @@ -6,7 +6,7 @@ # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US -#127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy +#127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -k #shell stream tcp nowait root /usr/libexec/rshd rshd -L |