diff options
author | 1996-09-22 08:43:04 +0000 | |
---|---|---|
committer | 1996-09-22 08:43:04 +0000 | |
commit | 7aad06010c5c3f5fe77673452fba422ae404f9a8 (patch) | |
tree | d7a1dfaaac3773bd2224b5bf233c37197b07f372 | |
parent | Make this work properly with corrected rnusers.x (diff) | |
download | wireguard-openbsd-7aad06010c5c3f5fe77673452fba422ae404f9a8.tar.xz wireguard-openbsd-7aad06010c5c3f5fe77673452fba422ae404f9a8.zip |
We support vesion 1 of rusers too now
-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 ca483107b18..c6a2c688335 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.11 1996/09/13 04:07:42 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.12 1996/09/22 08:43:04 tholo Exp $ # # Internet server configuration database # @@ -35,7 +35,7 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k # RPC based services #mountd/1 dgram rpc/udp wait root /sbin/mountd mountd rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd -rusersd/2-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd +rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld #sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd #rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad |