From 0f1cf7913b1b2009539aa2ae9c111851ed2920e7 Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Sun, 4 Sep 2005 13:32:48 +0000 Subject: remove bootlog; support gentoo init style; fix minor bugs svn path=/baselayout-vserver/trunk/; revision=34 --- etc/conf.d/rc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/conf.d/rc b/etc/conf.d/rc index a301863..a4abb47 100644 --- a/etc/conf.d/rc +++ b/etc/conf.d/rc @@ -5,11 +5,10 @@ RC_PARALLEL_STARTUP="no" -# RC_BOOTLOG will generate a log of the boot messages shown on the console. -# Useful for headless machines or debugging. You need to emerge the -# app-admin/showconsole package for this to work. +# Set to "yes" if you want to use gentoo init style +# in the util-vserver configuration -RC_BOOTLOG="no" +RC_INITSTYLE_HACK="no" # # Controlling start-stop-daemon behavior -- cgit v1.2.3-65-gdbad