[systemd-devel] [PATCH] arch: remove welcome message

Lennart Poettering lennart at poettering.net
Sat Jan 1 12:36:10 PST 2011


On Mon, 27.12.10 23:52, Tom Gundersen (teg at jklm.no) wrote:

> This is now done by os-release downstream.

Awesome. This is fantastic!

Applied.

> ---
>  src/util.c |    7 -------
>  1 files changed, 0 insertions(+), 7 deletions(-)
> 
> diff --git a/src/util.c b/src/util.c
> index d769d60..a521b78 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)


Lennart

-- 
Lennart Poettering - Red Hat, Inc.


More information about the systemd-devel mailing list