From 33c5bdb9ab3aeaafcd9fdcb53962cff1484c52ff Mon Sep 17 00:00:00 2001 From: graichen Date: Fri, 5 Jan 1996 10:09:13 +0000 Subject: changed /etc/[daily,weekly,monthly] to not rotate the logfiles by "hand", changed /etc/crontab to call /usr/sbin/newsyslog every hour (the entry was there before - but we haven't had any newsyslog until today :-) and changed /etc/inetd.conf to also contain (commentet out) entries for rpc.rquotad and rpc.sprayd (taken from NetBSD) --- etc/inetd.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/inetd.conf') diff --git a/etc/inetd.conf b/etc/inetd.conf index 7460512..58486f0 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -42,6 +42,8 @@ rkinit stream tcp nowait root /usr/libexec/rkinitd rkinitd #rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld #pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd +#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad +#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd # # example entry for the pop3 server #pop3 stream tcp nowait root /usr/local/libexec/popper popper -- cgit v1.1