From 49d737607fb53c78b9c860a8a2d8a31b5d3ab3ae Mon Sep 17 00:00:00 2001 From: frank Date: Sat, 28 Jan 2012 21:30:32 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- .etckeeper | 1 - rc.conf | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.etckeeper b/.etckeeper index a3337ad..cc1b3c5 100755 --- a/.etckeeper +++ b/.etckeeper @@ -28,7 +28,6 @@ maybe chmod 0755 '.' maybe chmod 0644 './._cfg0000_rc.conf' maybe chmod 0700 './.etckeeper' maybe chmod 0644 './.gitignore' -maybe chmod 0644 './.make.conf.swp' maybe chmod 0600 './.pwd.lock' maybe chmod 0644 './DIR_COLORS' maybe chmod 0755 './ImageMagick' diff --git a/rc.conf b/rc.conf index acc4b3c..9d8afee 100644 --- a/rc.conf +++ b/rc.conf @@ -8,12 +8,14 @@ # the boot process. Don't file bugs about this unless you can supply # patches that fix it without breaking other things! #rc_parallel="NO" +rc_parallel="YES" # Set rc_interactive to "YES" and you'll be able to press the I key during # boot so you can choose to start specific services. Set to "NO" to disable # this feature. This feature is automatically disabled if rc_parallel is # set to YES. #rc_interactive="YES" +rc_interactive="YES" # If we need to drop to a shell, you can specify it here. # If not specified we use $SHELL, otherwise the one specified in /etc/passwd, @@ -45,11 +47,11 @@ rc_shell=/sbin/sulogin # /var/log/rc.log # NOTE: Linux systems require the devfs service to be started before # logging can take place and as such cannot log the sysinit runlevel. -#rc_logger="YES" +rc_logger="YES" # Through rc_log_path you can specify a custom log file. # The default value is: /var/log/rc.log -#rc_log_path="/var/log/rc.log" +rc_log_path="/var/log/rc.log" # By default we filter the environment for our running scripts. To allow other # variables through, add them here. Use a * to allow all variables through. @@ -138,7 +140,7 @@ unicode="YES" # # 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="" # This is the number of tty's used in most of the rc-scripts (like # consolefont, numlock, etc ...) -- 2.39.5