]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Tue, 24 Jan 2012 09:12:51 +0000 (10:12 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 24 Jan 2012 09:12:51 +0000 (10:12 +0100)
bash/bashrc
cups/printers.conf
cups/printers.conf.O
motd
rc.conf

index d1281e353a23ae6f7e39e0f761be51056612d794..3ac0859adcce2c68c3fe78466692f1e89ca7bf8b 100644 (file)
@@ -139,8 +139,7 @@ if [ -f /usr/share/mc/mc.gentoo ]; then
     . /usr/share/mc/mc.gentoo
 fi
 
-if [ -f /etc/profile.d/bash-completion ]; then
-    . /etc/profile.d/bash-completion
+if [ -e /etc/bash_completion.d/git ] ; then
     if [[ ${EUID} == 0 ]] ; then
         PS1='$? \[\033[01;31m\]\h\[\033[01;30m\]:\[\033[01;34m\]\w\[\033[01;31m\]$(__git_ps1)\[\033[01;34m\] \$ \[\033[00m\]'
     else
@@ -148,5 +147,4 @@ if [ -f /etc/profile.d/bash-completion ]; then
     fi
 fi
 
-
 # vim: ts=4 expandtab
index f64ce7dd9b86c5ab4e298e1a770d7bcd836dd0a0..5b1869a583c20f95eca0de72b22a269d793b691c 100644 (file)
@@ -1,5 +1,5 @@
 # Printer configuration file for CUPS v1.4.8
-# Written by cupsd on 2012-01-22 14:02
+# Written by cupsd on 2012-01-24 08:12
 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
 <DefaultPrinter FS-1020D>
 Info Kyocera FS-1020D
index 4696170f810123f75e27da6431aeca18e0a87cb7..e5442f13d548070a91c963b404a3834b9896b27c 100644 (file)
@@ -1,5 +1,5 @@
 # Printer configuration file for CUPS v1.4.8
-# Written by cupsd on 2012-01-22 13:32
+# Written by cupsd on 2012-01-23 06:47
 # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
 <DefaultPrinter FS-1020D>
 Info Kyocera FS-1020D
diff --git a/motd b/motd
index e17c46e2719a678df112531a7348320a08d2e3ba..2b5a3c15afff5fc43121f473d1b19f74761cada8 100644 (file)
--- a/motd
+++ b/motd
@@ -7,11 +7,8 @@ Gentoo Base System release 2.0.3
 |____/|_|   \__,_|_| |_|_|
                           
 
-Sicherlich würde das menschliche Leben weit glücklicher verlaufen,
-wenn der Mensch ebenso gut zu schweigen wie zu reden vermöchte. Aber
-die Erfahrung lehrt uns mehr als genug, daß der Mensch nichts so
-schwer beherrscht wie seine Zunge.
-               -- Baruch de Spinoza
+Wenn ich wüßte, was Kunst ist, würde ich es für mich behalten.
+               -- Pablo Picasso
 
-Today is Boomtime, the 22nd day of Chaos in the YOLD 3178
+Today is Prickle-Prickle, the 24th day of Chaos in the YOLD 3178
 
diff --git a/rc.conf b/rc.conf
index 9a85e8e87dcbd782153df440289e2be27e24facb..2e5c1c41e731ba8d79dcb13d35c99dc0d72514bd 100644 (file)
--- a/rc.conf
+++ b/rc.conf
@@ -47,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.