diff options
author | cheusov <cheusov> | 2012-07-18 20:00:45 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-07-18 20:00:45 +0000 |
commit | 8c05365677d701ecc14da0b9472c4588124fcaeb (patch) | |
tree | b4d08458c66f419eda06b613875bd3227059b751 | |
parent | 0bcf84ac088ac4a604543ec6c0547089d2d59ee5 (diff) | |
download | pkgsrc-8c05365677d701ecc14da0b9472c4588124fcaeb.tar.gz |
Add command "reload" to rc.d file (SIGHUP sent to daemon)
++pkgrevision
-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 |