diff options
author | 2004-12-13 16:20:28 +0000 | |
---|---|---|
committer | 2004-12-13 16:20:28 +0000 | |
commit | e441e1b5832b04e97591def94be5f6e7e800360b (patch) | |
tree | cdd57bbcca34ebaab0d1385da6cc5939e78f5505 | |
parent | Remove duplicate declarations already in <sys/conf.h>, as well as duplicate (diff) | |
download | wireguard-openbsd-e441e1b5832b04e97591def94be5f6e7e800360b.tar.xz wireguard-openbsd-e441e1b5832b04e97591def94be5f6e7e800360b.zip |
whitespace botches
-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 |