diff options
author | 2014-04-21 12:35:25 +0000 | |
---|---|---|
committer | 2014-04-21 12:35:25 +0000 | |
commit | 4b68efa2c342ec4afde8d85e904b5f86e42c1311 (patch) | |
tree | 9c185c64b355d791249a95509ebc66fecedbd6be | |
parent | Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above (diff) | |
download | wireguard-openbsd-4b68efa2c342ec4afde8d85e904b5f86e42c1311.tar.xz wireguard-openbsd-4b68efa2c342ec4afde8d85e904b5f86e42c1311.zip |
remove rshd example; ok sthen
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 41af2efa680..3c28d6fff7d 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.66 2014/03/17 20:05:27 tedu Exp $ +# $OpenBSD: inetd.conf,v 1.67 2014/04/21 12:35:25 okan Exp $ # # Internet server configuration database # @@ -6,8 +6,6 @@ # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US -#shell stream tcp nowait root /usr/libexec/rshd rshd -L -#shell stream tcp6 nowait root /usr/libexec/rshd rshd -L #finger stream tcp nowait _fingerd /usr/libexec/fingerd fingerd -lsm #finger stream tcp6 nowait _fingerd /usr/libexec/fingerd fingerd -lsm 127.0.0.1:comsat dgram udp wait root /usr/libexec/comsat comsat |