diff options
Diffstat (limited to 'net/unfs3/files/unfsd.sh')
-rw-r--r-- | net/unfs3/files/unfsd.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unfs3/files/unfsd.sh b/net/unfs3/files/unfsd.sh index f3ba00a07da..235a69ecb13 100644 --- a/net/unfs3/files/unfsd.sh +++ b/net/unfs3/files/unfsd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: unfsd.sh,v 1.1 2008/01/30 09:39:13 tnn Exp $ +# $NetBSD: unfsd.sh,v 1.2 2012/07/18 20:00:45 cheusov Exp $ # # PROVIDE: unfsd # REQUIRE: DAEMON rpcbind @@ -15,6 +15,7 @@ rcvar="${name}" command="@PREFIX@/sbin/${name}" pidfile="/var/run/${name}.pid" command_args="-i ${pidfile}" +extra_commands="reload" load_rc_config $name load_rc_config_var rpcbind rpcbind |