c9912942f0
Originally the plan was to deprecate this code, but this will not be happening. There are some subsystems which can still be autodetected, so we are keeping this code and allowing users to override the automatic detection with this variable as well as set it to other subtypes we cannot autodetect. X-Gentoo-Bug: 357247 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247
12 lines
448 B
Plaintext
12 lines
448 B
Plaintext
# This is the subsystem type. Valid options on FreeBSD:
|
|
# "" - nothing special
|
|
# "jail" - FreeBSD jails
|
|
# "prefix" - Prefix
|
|
# If this is commented out, automatic detection will be attempted.
|
|
# Note that automatic detection does not work in a prefix environment.
|
|
#
|
|
# This should be set to the value representing the environment this file is
|
|
# PRESENTLY in, not the virtualization the environment is capable of.
|
|
rc_sys="@RC_SYS_DEFAULT@"
|
|
|