pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix ntpd PATH in ntpd rc.d script, reported by Mirko T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/77003bf26cc3
branches: trunk
changeset: 471370:77003bf26cc3
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sun Mar 28 06:35:03 2004 +0000
description:
Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen in
PR pkg/24947; bump PKGREVISION.
diffstat:
doc/CHANGES | 3 ++-
net/ntp4/Makefile | 4 ++--
net/ntp4/files/ntpd.sh | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r 24067cc083f6 -r 77003bf26cc3 doc/CHANGES
--- a/doc/CHANGES Sun Mar 28 04:40:59 2004 +0000
+++ b/doc/CHANGES Sun Mar 28 06:35:03 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5305 2004/03/28 04:40:59 taca Exp $
+$NetBSD: CHANGES,v 1.5306 2004/03/28 06:35:03 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1527,3 +1527,4 @@
Updated libmilter to 8.12.11 [tron 2004-03-27]
Updated naim to 0.11.6.7 [snj 2004-03-28]
Updated djbdns to 1.05nb4 [taca 2004-03-28]
+ Updated ntp4 to 4.2.0nb3 [xtraeme 2004-03-28]
diff -r 24067cc083f6 -r 77003bf26cc3 net/ntp4/Makefile
--- a/net/ntp4/Makefile Sun Mar 28 04:40:59 2004 +0000
+++ b/net/ntp4/Makefile Sun Mar 28 06:35:03 2004 +0000
@@ -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 -r 24067cc083f6 -r 77003bf26cc3 net/ntp4/files/ntpd.sh
--- a/net/ntp4/files/ntpd.sh Sun Mar 28 04:40:59 2004 +0000
+++ b/net/ntp4/files/ntpd.sh Sun Mar 28 06:35:03 2004 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index