From 3fca6bd0278bc2a21fdd72c3bf20220e81b2eab5 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 4 Mar 2011 19:08:08 -0600 Subject: allow default rc_sys value to be set at build time This allows the default value of rc_sys to be set when openrc is compiled. This will allow openrc to be installed, e.g. on vserver guests and will allow them to be rebooted without the need to edit rc.conf. This patch is a combined effort between myself and Robin Johnson. X-Gentoo-Bug: 357247 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247 --- etc/rc.conf.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.conf.Linux') diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index b110a81..1400af5 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -13,7 +13,7 @@ # This should be set to the value representing what environment this file is # PRESENTLY in, not what virtualization the environment is capable of. # See the OpenRC migration guide for more details. -rc_sys="" +rc_sys="@RC_SYS_DEFAULT@" ############################################################################## # LINUX SPECIFIC OPTIONS -- cgit v1.2.3