Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d only support reload as an extra command; there's to...



details:   https://anonhg.NetBSD.org/src/rev/199e78eee3ce
branches:  trunk
changeset: 486092:199e78eee3ce
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat May 13 03:46:42 2000 +0000

description:
only support reload as an extra command; there's too much special case
code that needs to be implemented to make this script totally replicate
what /usr/sbin/ndc does.

diffstat:

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

diffs (22 lines):

diff -r 249d9abf2264 -r 199e78eee3ce etc/rc.d/named
--- a/etc/rc.d/named    Sat May 13 03:44:51 2000 +0000
+++ b/etc/rc.d/named    Sat May 13 03:46:42 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: named,v 1.3 2000/04/30 13:23:34 lukem Exp $
+# $NetBSD: named,v 1.4 2000/05/13 03:46:42 lukem Exp $
 #
 
 # PROVIDE: named
@@ -11,8 +11,8 @@
 
 name="named"
 command="/usr/sbin/${name}"
-command_flags="$1"
 pidfile="/var/run/${name}.pid"
-extra_commands="reload dumpdb notrace qrylog querylog stats trace"
+
+extra_commands="reload"
 
 run_rc_command "$1"



Home | Main Index | Thread Index | Old Index