nfsd doesn't die on SIGTERM but on SIGUSR1, correct script to kill nfsd with

the right signal.
This commit is contained in:
Gordon Tetlow 2002-09-03 16:02:57 +00:00
parent aa41a4bc92
commit f048183067

View File

@ -18,6 +18,7 @@ case `${CMD_OSTYPE}` in
FreeBSD)
command_args="${nfs_server_flags}"
start_precmd="nfsd_precmd"
sig_stop="USR1"
;;
NetBSD)
required_vars="mountd rpcbind"