Source-Changes-HG archive

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

[src/netbsd-2-0]: src/etc/rc.d Pullup rev 1.11 (requested by mrg in ticket #66)



details:   https://anonhg.NetBSD.org/src/rev/d20c3b43494e
branches:  netbsd-2-0
changeset: 560263:d20c3b43494e
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Apr 06 03:56:14 2004 +0000

description:
Pullup rev 1.11 (requested by mrg in ticket #66)

Move ipmon's "-D" argument from "command_args" to "ipmon_flags" so that
passing an (optional) filename argument (that must come last) works fine
from $ipmon_flags. PR#25006

diffstat:

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

diffs (19 lines):

diff -r a51eb47b34c9 -r d20c3b43494e etc/rc.d/ipmon
--- a/etc/rc.d/ipmon    Tue Apr 06 03:54:25 2004 +0000
+++ b/etc/rc.d/ipmon    Tue Apr 06 03:56:14 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: ipmon,v 1.10 2002/10/21 05:20:00 lukem Exp $
+# $NetBSD: ipmon,v 1.10.2.1 2004/04/06 03:56:14 jmc Exp $
 #
 
 # PROVIDE: ipmon
@@ -12,7 +12,6 @@
 name="ipmon"
 rcvar=$name
 command="/usr/sbin/${name}"
-command_args="-D"
 pidfile="/var/run/${name}.pid"
 
 load_rc_config $name



Home | Main Index | Thread Index | Old Index