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.11 (requested by lukem in t...



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

description:
Pull up revision 1.11 (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/named |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0950a90bbd85 -r ed8f4cca5f64 etc/rc.d/named
--- a/etc/rc.d/named    Tue Jun 18 23:45:22 2002 +0000
+++ b/etc/rc.d/named    Tue Jun 18 23:49:27 2002 +0000
@@ -1,11 +1,12 @@
 #!/bin/sh
 #
-# $NetBSD: named,v 1.10 2002/03/22 04:33:59 thorpej Exp $
+# $NetBSD: named,v 1.10.2.1 2002/06/18 23:49:27 lukem Exp $
 #
 
 # PROVIDE: named
 # REQUIRE: SERVERS
 # BEFORE:  DAEMON
+# KEYWORD: chrootdir
 
 . /etc/rc.subr
 



Home | Main Index | Thread Index | Old Index