Don't start rwalld - now started by inetd.
This commit is contained in:
parent
2f3bcc6ff6
commit
70f813217a
@ -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
6
etc/rc
@ -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 '.'
|
||||
|
Loading…
Reference in New Issue
Block a user