Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc/rc.d Pull up revision 1.9 (requested by lukem in ti...



details:   https://anonhg.NetBSD.org/src/rev/46605e5ec241
branches:  netbsd-1-6
changeset: 527992:46605e5ec241
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 18 23:49:36 2002 +0000

description:
Pull up revision 1.9 (requested by lukem in ticket #316):
Build the list of names to check for $XXX_chrootdir support from
`rcorder -k chrootdir` rather than hardcoding "named ntpd".
Based on [misc/16884] from Jarle Greipsland <jarle%uninett.no@localhost>

diffstat:

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

diffs (17 lines):

diff -r ed8f4cca5f64 -r 46605e5ec241 etc/rc.d/ntpd
--- a/etc/rc.d/ntpd     Tue Jun 18 23:49:27 2002 +0000
+++ b/etc/rc.d/ntpd     Tue Jun 18 23:49:36 2002 +0000
@@ -1,11 +1,12 @@
 #!/bin/sh
 #
-# $NetBSD: ntpd,v 1.6.2.2 2002/06/18 14:23:25 lukem Exp $
+# $NetBSD: ntpd,v 1.6.2.3 2002/06/18 23:49:36 lukem Exp $
 #
 
 # PROVIDE: ntpd
 # REQUIRE: DAEMON
 # BEFORE:  LOGIN
+# KEYWORD: chrootdir
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index