09f990a7c8
- Fixes bugs #347583, #349389, both of which were triggered by cgroups being detected as the LXC subsystem type. - Makes it much easier to select "prefix" type. - "rc -S" will now print a warning if you have not configured rc_sys in /etc/rc.conf - All other semantics of rc_sys are unchanged in this patch. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
# This is the subsystem type. Valid options on FreeBSD:
|
|
# "" - nothing special
|
|
# "jail" - FreeBSD jails
|
|
# "prefix" - Prefix
|
|
# If unset, the old automagic detection code will be triggered. Said old code
|
|
# is deprecated and be removed not later than 2010/03/01.
|
|
rc_sys=""
|
|
|