Module Name: src
Committed By: snj
Date: Wed Apr 1 22:08:37 UTC 2009
Modified Files:
src/etc [netbsd-5]: sysctl.conf
Log Message:
Apply patch (requested by martin in ticket #643):
Use ?= to set kern.no_sa_support to avoid warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.5.40.3 -r1.5.40.4 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.3 src/etc/sysctl.conf:1.5.40.4
--- src/etc/sysctl.conf:1.5.40.3 Wed Apr 1 21:46:18 2009
+++ src/etc/sysctl.conf Wed Apr 1 22:08:37 2009
@@ -1,6 +1,6 @@
#!/sbin/sysctl -f
#
-# $NetBSD: sysctl.conf,v 1.5.40.3 2009/04/01 21:46:18 snj Exp $
+# $NetBSD: sysctl.conf,v 1.5.40.4 2009/04/01 22:08:37 snj Exp $
#
# sysctl(8) variables to set at boot time.
@@ -14,7 +14,7 @@
# to 0 - THIS IS CONSIDERED A SECURITY RISK - VERY LIKELY ANY LOCAL USER WILL
# BE ABLE TO CRASH YOUR SYSTEM - USE AT YOUR OWN RISK!
#
-kern.no_sa_support=1
+kern.no_sa_support?=1
# Default on panic: dump core and reboot. See savecore(8) for information.
# Switch this to 1 if you want to enter the kernel debugger on crashes