Module Name:    src
Committed By:   snj
Date:           Wed Apr  1 21:46:18 UTC 2009

Modified Files:
        src/etc [netbsd-5]: sysctl.conf

Log Message:
Pull up following revision(s) (requested by martin in ticket #639):
        etc/sysctl.conf: revision 1.7
Use the new ?= operator to set the on_panic value for the optional ddb
hierachie.


To generate a diff of this commit:
cvs rdiff -u -r1.5.40.2 -r1.5.40.3 src/etc/sysctl.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/sysctl.conf
diff -u src/etc/sysctl.conf:1.5.40.2 src/etc/sysctl.conf:1.5.40.3
--- src/etc/sysctl.conf:1.5.40.2	Thu Mar 12 23:26:22 2009
+++ src/etc/sysctl.conf	Wed Apr  1 21:46:18 2009
@@ -1,6 +1,6 @@
 #!/sbin/sysctl -f
 #
-# $NetBSD: sysctl.conf,v 1.5.40.2 2009/03/12 23:26:22 snj Exp $
+# $NetBSD: sysctl.conf,v 1.5.40.3 2009/04/01 21:46:18 snj Exp $
 #
 # sysctl(8) variables to set at boot time.
 
@@ -22,7 +22,7 @@
 # at the db> prompt.
 # If you understand the implication and want to change the behaviour before
 # /etc/rc.d/sysctl is run, use the kernel option DDB_ONPANIC, see options(4).
-ddb.onpanic=0
+ddb.onpanic?=0
 
 # Default core name template:
 #kern.defcorename=%n.core

Reply via email to