From 9f163f469fe8d3e23b8214c530c482d0ccbf1e9f Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 9 Aug 2008 06:35:19 +0000 Subject: 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. --- share/man/man5/rc.conf.5 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index f9942eb..1d61027 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -3116,6 +3116,16 @@ enable SysVR4 emulation at boot time. If set to .Dq Li YES , load System V IPC primitives at boot time. +.It Va kernel_enable +.Pq Vt bool +Set to +.Dq Li YES +to symlink +.Pa /boot/kernel +to the directory that contains the kernel you booted from, +unless +.Pa /boot/kernel +already exists and is not a symlink. .It Va clear_tmp_enable .Pq Vt bool Set to @@ -3888,7 +3898,7 @@ Default .It Va bthidd_hids .Pq Vt str Path to a file, where -.Xr bthidd 8 +.Xr bthidd 8 will store information about known HID devices. Default .Pa /var/db/bthidd.hids . -- cgit v1.1