Hallo!
das aktuelle nfs-Server-Paket startet bei mir nicht mehr, was wohl an
dem | vor rpc.idmapd in der zweiten case-Anweisung liegt:
case ${PNAME} in
nfsd|nfsd4 )
_stop_options="-n ${PNAME}"
;;
|rpc.idmapd|rpc.statd )
if [ -f ${nfsclient_run} ]
then
# don't stop if nfsclient is running
_stop_proc=0
fi
;;
Ciao, Stephan