Don't start rwalld - now started by inetd.

This commit is contained in:
brezak 1993-06-11 00:39:31 +00:00
parent 2f3bcc6ff6
commit 70f813217a
2 changed files with 0 additions and 7 deletions

View File

@ -8,7 +8,6 @@ timedflags=
# set the following to "YES" to turn them on
rwhod=NO
rwalld=YES
nfs_server=NO
nfs_client=NO
name_server=NO

6
etc/rc
View File

@ -171,12 +171,6 @@ if [ X${nfs_client} = X"YES" ]; then
echo -n ' nfsiod'; nfsiod 4
fi
# $rwalld is imported from /etc/netstart;
# if $rwalld == YES, rwalld is run.
if [ X${rwalld} = X"YES" ]; then
echo -n ' rwalld'; rwalld
fi
echo -n ' sendmail'; sendmail -bd -q30m
echo -n ' inetd'; inetd
echo '.'