...... ...... ...... # Start the SUN RPC Portmapper. if [ -f ${NET}/rpc.portmap ] then echo -n " portmap" ${NET}/rpc.portmap fi ...... ...... ...... # # Start the various SUN RPC servers. if [ -f ${NET}/rpc.portmap ] then # if [ -f ${NET}/rpc.ugidd ] # then # echo -n " ugidd" # ${NET}/rpc.ugidd -d # fi if [ -f ${NET}/rpc.mountd ] then echo -n " mountd" ${NET}/rpc.mountd fi if [ -f ${NET}/rpc.nfsd ] then echo -n " nfsd" ${NET}/rpc.nfsd fi # # Fire up the PC-NFS daemon(s). if [ -f ${NET}/rpc.pcnfsd ] then echo -n " pcnfsd" ${NET}/rpc.pcnfsd ${LPSPOOL} fi # if [ -f ${NET}/rpc.bwnfsd ] # then # echo -n " bwnfsd" # ${NET}/rpc.bwnfsd ${LPSPOOL} # fi fi