diff options
author | sborrill <sborrill@pkgsrc.org> | 2015-10-08 09:47:33 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2015-10-08 09:47:33 +0000 |
commit | 3c43c05fabb20c54c3a998e22bd30462644dce33 (patch) | |
tree | 839f67d914ac2895b4d490bdb20e613432481ccc /net/chrony | |
parent | 41ad38aa515d148994b5983bbfbf4a4bf95d1553 (diff) | |
download | pkgsrc-3c43c05fabb20c54c3a998e22bd30462644dce33.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/chrony')
-rw-r--r-- | net/chrony/Makefile | 4 | ||||
-rw-r--r-- | net/chrony/files/chronyd.sh | 3 |
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" |