diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 06:35:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 06:35:03 +0000 |
commit | 6ed15b4c5703ab0c0256cd96d8ad6750cb66305f (patch) | |
tree | 4a602fc329f38904aaaba9865f8e25d2fe6bc41b /net/ntp4 | |
parent | 9e4612529cd38e892df67f28bde9f445f1255ee0 (diff) | |
download | pkgsrc-6ed15b4c5703ab0c0256cd96d8ad6750cb66305f.tar.gz |
Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen in
PR pkg/24947; bump PKGREVISION.
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 4 | ||||
-rwxr-xr-x | net/ntp4/files/ntpd.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 6cbcdf193b0..1be0d3746c6 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2004/03/11 20:39:40 reed Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/28 06:35:03 xtraeme Exp $ # DISTNAME= ntp-4.2.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ diff --git a/net/ntp4/files/ntpd.sh b/net/ntp4/files/ntpd.sh index e256896d99d..d6ffde43582 100755 --- a/net/ntp4/files/ntpd.sh +++ b/net/ntp4/files/ntpd.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: ntpd.sh,v 1.1 2004/03/11 20:39:40 reed Exp $ +# $NetBSD: ntpd.sh,v 1.2 2004/03/28 06:35:03 xtraeme Exp $ # # PROVIDE: ntpd @@ -12,7 +12,7 @@ name="ntpd" rcvar=$name -command="@PREFIX@/${name}" +command="@PREFIX@/bin/${name}" pidfile="/var/run/${name}.pid" start_precmd="ntpd_precmd" required_files="@PKG_SYSCONFDIR@/ntp.conf" |