summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2015-12-22 10:09:15 +0000
committersborrill <sborrill@pkgsrc.org>2015-12-22 10:09:15 +0000
commit58d1be3d8cbd52ca451fbc0c1421706aeae34e99 (patch)
treead92fddd4c4f6a39b147c3488c01d8e230e2aea7 /net
parent74929a3e70abb2558b2ed4ab758d8aa9ed4b5a4a (diff)
downloadpkgsrc-58d1be3d8cbd52ca451fbc0c1421706aeae34e99.tar.gz
rinetd support SIGHUP, so add reload command to rc.d script.
Bump PKGREVISION
Diffstat (limited to 'net')
-rw-r--r--net/rinetd/Makefile4
-rw-r--r--net/rinetd/files/rinetd.sh3
2 files changed, 4 insertions, 3 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile
index 7557bc232b9..07b7c920b9c 100644
--- a/net/rinetd/Makefile
+++ b/net/rinetd/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2013/12/10 12:39:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2015/12/22 10:09:15 sborrill Exp $
#
DISTNAME= rinetd
PKGNAME= ${DISTNAME}-0.62
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.boutell.com/rinetd/http/
diff --git a/net/rinetd/files/rinetd.sh b/net/rinetd/files/rinetd.sh
index bd2f35398b5..fd7c7715af1 100644
--- a/net/rinetd/files/rinetd.sh
+++ b/net/rinetd/files/rinetd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: rinetd.sh,v 1.1.1.1 2003/10/01 01:15:44 grant Exp $
+# $NetBSD: rinetd.sh,v 1.2 2015/12/22 10:09:15 sborrill Exp $
#
# PROVIDE: rinetd
# REQUIRE: DAEMON
@@ -14,6 +14,7 @@ rcvar=${name}
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/rinetd.conf"
+extra_commands="reload"
load_rc_config $name
run_rc_command "$1"