Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc/defaults Pull up revision 1.57 (requested by mrg in...



details:   https://anonhg.NetBSD.org/src/rev/3987f3a8e656
branches:  netbsd-1-6
changeset: 531287:3987f3a8e656
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Apr 09 10:40:08 2004 +0000

description:
Pull up revision 1.57 (requested by mrg in ticket #1663):
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.  from PR#25006.

diffstat:

 etc/defaults/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c8c27f1a14d4 -r 3987f3a8e656 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Fri Apr 09 10:38:56 2004 +0000
+++ b/etc/defaults/rc.conf      Fri Apr 09 10:40:08 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.37.2.4 2003/10/27 04:42:34 jmc Exp $
+#      $NetBSD: rc.conf,v 1.37.2.5 2004/04/09 10:40:08 tron Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -118,7 +118,7 @@
 ipnat=NO                                       # uses /etc/ipnat.conf
 ipfs=NO                        ipfs_flags=""           # save/load ipnat and ipf states
 ipsec=NO                                       # uses /etc/ipsec.conf
-ipmon=NO               ipmon_flags="-ns"       # syslog ipfilter messages
+ipmon=NO               ipmon_flags="-Dns"      # syslog ipfilter messages
 racoon=NO                                      # IKE daemon
 auto_ifconfig=YES                              # config all avail. interfaces
 net_interfaces=""                              # used only if above is NO



Home | Main Index | Thread Index | Old Index