diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/unfs3/Makefile | 3 | ||||
-rw-r--r-- | net/unfs3/files/unfsd.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 851a338420a..07dae118d71 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2011/12/21 17:13:48 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2012/07/18 20:00:45 cheusov Exp $ # DISTNAME= unfs3-0.9.22 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=unfs3/} 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 |