]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@uhu1.uhu-banane.de>
Sat, 28 Jan 2012 20:30:32 +0000 (21:30 +0100)
committerroot <root@uhu1.uhu-banane.de>
Sat, 28 Jan 2012 20:30:32 +0000 (21:30 +0100)
.etckeeper
rc.conf

index a3337ad990ce143f7150bc964c2cf0b9f3dffa0e..cc1b3c5aa5301ad38c9b7b481928ffd27ef19a7f 100755 (executable)
@@ -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 acc4b3cb1ca3991a87dacbb36263b5e277884ac7..9d8afee382e966723a869f69b9df8d89a9ad84c5 100644 (file)
--- 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 ...)