diff options
| author | martin <martin@NetBSD.org> | 2009-04-01 16:20:55 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2009-04-01 16:20:55 +0000 |
| commit | 5139ca15dc92e49f40a6784bbbd0942ba926fc63 (patch) | |
| tree | e4bf0aec0b54e6b98034f5281c76e991ddbc3257 /etc/sysctl.conf | |
| parent | e048bed6b3c4f2bb871ba9ad9f20d4083eb181be (diff) | |
Use the new ?= operator to set the on_panic value for the optional ddb
hierachie.
Diffstat (limited to 'etc/sysctl.conf')
| -rw-r--r-- | etc/sysctl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index ae7776c8164..47e92deaf26 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -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 |
