Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Backout last change. I failed to note that the prob...



details:   https://anonhg.NetBSD.org/src/rev/e94ab6d9d1fc
branches:  trunk
changeset: 565179:e94ab6d9d1fc
user:      fredb <fredb%NetBSD.org@localhost>
date:      Wed Mar 31 18:01:07 2004 +0000

description:
Backout last change. I failed to note that the problem described in
PR bin/24653 had already been fixed with revision 1.9 of this file.

diffstat:

 etc/rc.d/ntpd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e5a2aed37461 -r e94ab6d9d1fc etc/rc.d/ntpd
--- a/etc/rc.d/ntpd     Wed Mar 31 17:52:06 2004 +0000
+++ b/etc/rc.d/ntpd     Wed Mar 31 18:01:07 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ntpd,v 1.11 2004/03/31 17:52:06 fredb Exp $
+# $NetBSD: ntpd,v 1.12 2004/03/31 18:01:07 fredb Exp $
 #
 
 # PROVIDE: ntpd
@@ -13,7 +13,7 @@
 name="ntpd"
 rcvar=$name
 command="/usr/sbin/${name}"
-pidfile="${ntpd_chrootdir}/var/run/${name}.pid"
+pidfile="/var/run/${name}.pid"
 start_precmd="ntpd_precmd"
 required_files="/etc/ntp.conf"
 



Home | Main Index | Thread Index | Old Index