[systemd-commits] src/util.c

Lennart Poettering lennart at kemper.freedesktop.org
Sat Jan 1 12:36:27 PST 2011


 src/util.c |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 71656790d6540f817661cc22b8bc1d33720ce96a
Author: Tom Gundersen <teg at jklm.no>
Date:   Mon Dec 27 23:52:02 2010 +0100

    arch: remove welcome message
    
    This is now done by os-release downstream.

diff --git a/src/util.c b/src/util.c
index 0d1116d..2c7b1f9 100644
--- a/src/util.c
+++ b/src/util.c
@@ -3079,13 +3079,6 @@ void status_welcome(void) {
         if (!ansi_color)
                 const_color = "0;33"; /* Orange/Brown for Ubuntu */
 
-#elif defined(TARGET_ARCH)
-
-        if (!pretty_name)
-                const_pretty = "Arch Linux";
-
-        if (!ansi_color)
-                const_color = "1;36"; /* Cyan for Arch */
 #endif
 
         if (!pretty_name && !const_pretty)



More information about the systemd-commits mailing list