summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-08-09 01:19:00 +0000
committerobrien <obrien@FreeBSD.org>2008-08-09 01:19:00 +0000
commit0475264d7b0758a33b46e7d676607a86f9ca0595 (patch)
treecb4a608eaaebf027ae2faf42e177efa1a7c3d259 /etc/defaults
parent67cdccd7407c73e563b5f541bf5171314ed88c92 (diff)
downloadFreeBSD-src-0475264d7b0758a33b46e7d676607a86f9ca0595.zip
FreeBSD-src-0475264d7b0758a33b46e7d676607a86f9ca0595.tar.gz
Only symlink booted kernel directory to /boot/kernel if user has explicitly
requested it. This is too dangerous to just do behind the admin's back.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 0d48249..720ebf1 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -542,6 +542,7 @@ sysvipc_enable="NO" # Load System V IPC primitives at startup (or NO).
linux_enable="NO" # Linux binary compatibility loaded at startup (or NO).
svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).
+kernel_enable="NO" # Symlink kernel directory to /boot/kernel if not exist.
clear_tmp_enable="NO" # Clear /tmp at startup.
clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
OpenPOWER on IntegriCloud