From 372bae32132ef4866cdff878f5457ec4361c9ddd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 18 Apr 2011 14:42:02 -0500 Subject: 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 --- etc/rc.conf.FreeBSD | 3 +++ etc/rc.conf.Linux | 6 +++--- 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 6c48ae7..d557213 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 9a6e1ab..9b5859a 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 12d61bf..864aa55 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 -- cgit v1.2.3