diff options
author | William Hubbs <williamh@gentoo.org> | 2011-04-18 14:42:02 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-04-18 14:42:02 -0500 |
commit | 372bae32132ef4866cdff878f5457ec4361c9ddd (patch) | |
tree | 90bebc03b26ca1cd2a76f4e79b55c2f3afa1422a | |
parent | ac56ab7f6df616a7a40878b59f647b8042108def (diff) |
make rc_sys system specific
This rearranges the configuration files so it is more clear that the
rc_sys setting is system specific.
X-Gentoo-Bug: 363957
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=363957
-rw-r--r-- | etc/rc.conf.FreeBSD | 3 | ||||
-rw-r--r-- | etc/rc.conf.Linux | 6 | ||||
-rw-r--r-- | etc/rc.conf.NetBSD | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD index 6c48ae7a..d557213a 100644 --- a/etc/rc.conf.FreeBSD +++ b/etc/rc.conf.FreeBSD @@ -1,3 +1,6 @@ +############################################################################## +# FreeBSD SPECIFIC OPTIONS + # This is the subsystem type. Valid options on FreeBSD: # "" - nothing special # "jail" - FreeBSD jails diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 9a6e1ab2..9b5859a0 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -1,3 +1,6 @@ +############################################################################## +# LINUX SPECIFIC OPTIONS + # This is the subsystem type. Valid options on Linux: # "" - nothing special # "lxc" - Linux Containers @@ -15,9 +18,6 @@ # PRESENTLY in, not the virtualization the environment is capable of. rc_sys="@RC_SYS_DEFAULT@" -############################################################################## -# LINUX SPECIFIC OPTIONS - # This is the number of tty's used in most of the rc-scripts (like # consolefont, numlock, etc ...) rc_tty_number=12 diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD index 12d61bf4..864aa55e 100644 --- a/etc/rc.conf.NetBSD +++ b/etc/rc.conf.NetBSD @@ -1,3 +1,6 @@ +############################################################################## +# NetBSD SPECIFIC OPTIONS + # This is the subsystem type. Valid options on NetBSD: # "" - nothing special # "prefix" - Prefix |