mountd is now started by inetd.
This commit is contained in:
parent
651ea37a78
commit
6ce6685814
|
@ -34,6 +34,7 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k
|
|||
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
|
||||
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
|
||||
# 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/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
|
||||
|
|
3
etc/rc
3
etc/rc
|
@ -162,7 +162,8 @@ echo -n ' portmap'; portmap
|
|||
# if $nfs_server == YES, the machine is setup for being an nfs server
|
||||
if [ X${nfs_server} = X"YES" -a -r /etc/exports ]; then
|
||||
rm -f /var/db/mountdtab
|
||||
echo -n ' mountd'; mountd
|
||||
# Started by inetd
|
||||
#echo -n ' mountd'; mountd
|
||||
echo -n ' nfsd'; nfsd -u 0,0,4 -t 0,0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue