Module Name:    src
Committed By:   martin
Date:           Wed Apr  1 16:20:55 UTC 2009

Modified Files:
        src/etc: sysctl.conf

Log Message:
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.6 -r1.7 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.6 src/etc/sysctl.conf:1.7
--- src/etc/sysctl.conf:1.6	Wed Mar 11 23:22:57 2009
+++ src/etc/sysctl.conf	Wed Apr  1 16:20:55 2009
@@ -1,6 +1,6 @@
 #!/sbin/sysctl -f
 #
-# $NetBSD: sysctl.conf,v 1.6 2009/03/11 23:22:57 martin Exp $
+# $NetBSD: sysctl.conf,v 1.7 2009/04/01 16:20:55 martin Exp $
 #
 # sysctl(8) variables to set at boot time.
 
@@ -10,7 +10,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