summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2015-10-08 09:47:33 +0000
committersborrill <sborrill@pkgsrc.org>2015-10-08 09:47:33 +0000
commit5857d0ecb95a1cc12fb76116381f8c777e15cfb2 (patch)
tree839f67d914ac2895b4d490bdb20e613432481ccc /net
parent39b1f0f201d04ddb66075a5aad25d0116ca971d1 (diff)
downloadpkgsrc-5857d0ecb95a1cc12fb76116381f8c777e15cfb2.tar.gz
Honour chronyd in rc.conf. Prior to this, chronyd would run regardless and
could not be disabled. Bump PKGREVISION
Diffstat (limited to 'net')
-rw-r--r--net/chrony/Makefile4
-rw-r--r--net/chrony/files/chronyd.sh3
2 files changed, 4 insertions, 3 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile
index 854f2f7e579..a0fe3737023 100644
--- a/net/chrony/Makefile
+++ b/net/chrony/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2015/08/18 07:31:14 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2015/10/08 09:47:33 sborrill Exp $
DISTNAME= chrony-1.31.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://download.tuxfamily.org/chrony/
diff --git a/net/chrony/files/chronyd.sh b/net/chrony/files/chronyd.sh
index ecf76044d56..c9314d991aa 100644
--- a/net/chrony/files/chronyd.sh
+++ b/net/chrony/files/chronyd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: chronyd.sh,v 1.5 2013/08/16 08:30:20 hannken Exp $
+# $NetBSD: chronyd.sh,v 1.6 2015/10/08 09:47:33 sborrill Exp $
#
# PROVIDE: chronyd
# REQUIRE: DAEMON
@@ -8,6 +8,7 @@
. /etc/rc.subr
name="chronyd"
+rcvar="$name"
command="@PREFIX@/sbin/${name}"
pidfile="@VARBASE@/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/chrony.conf"