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.
This commit is contained in:
parent
ee6be08283
commit
f6e9f3cb15
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user