From 9c2ab109e1cb32e9953408c7232de8c9f3292428 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 22 Sep 1996 08:43:05 +0000 Subject: We support vesion 1 of rusers too now --- etc/inetd.conf | 4 ++-- 1 file 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 -- cgit v1.2.3