rwalld should be run *after* the portmapper.

This commit is contained in:
cgd 1993-04-09 19:13:21 +00:00
parent 4493ba8058
commit 0ce19b94e1

13
etc/rc
View File

@ -150,15 +150,8 @@ if [ X${rwhod} = X"YES" ]; then
echo -n ' rwhod'; rwhod
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 ' printer'; lpd
if [ X${nfs_server} = X"YES" -a -r /etc/exports ]; then
echo -n ' portmap'; portmap
echo -n ' mountd'; mountd
@ -166,6 +159,12 @@ if [ X${nfs_server} = X"YES" -a -r /etc/exports ]; 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 '.'