From c9182002b9fee249a4fdb7f1dd6187755916a6dc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 4 Jun 2016 04:08:17 -0300 Subject: systemd-230-3.parabola1: updating version --- ...ease-Default-to-PRETTY_NAME-GNU-Linux-ins.patch | 29 +++++++++++++--------- 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'libre/systemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch') diff --git a/libre/systemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch b/libre/systemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch index c247cb3ad..59ab5bee4 100644 --- a/libre/systemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch +++ b/libre/systemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch @@ -8,10 +8,10 @@ Subject: [PATCH 2/6] FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" man/kernel-install.xml | 2 +- man/os-release.xml | 2 +- src/analyze/analyze.c | 2 +- - src/core/main.c | 2 +- + src/core/main.c | 4 +- src/firstboot/firstboot.c | 2 +- src/kernel-install/90-loaderentry.install | 2 +- - 6 files changed, 6 insertions(+), 6 deletions(-) + 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/kernel-install.xml b/man/kernel-install.xml index d7e27de..eb51918 100644 @@ -40,10 +40,10 @@ index 4557abc..767a1c7 100644 Miracle)". diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c -index a847084..1a28093 100644 +index d621f66..53c97f9 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c -@@ -660,7 +660,7 @@ static int analyze_plot(sd_bus *bus) { +@@ -653,7 +653,7 @@ static int analyze_plot(sd_bus *bus) { svg("\n"); svg("%s", pretty_times); svg("%s %s (%s %s %s) %s %s", @@ -53,20 +53,25 @@ index a847084..1a28093 100644 strempty(host->kernel_name), strempty(host->kernel_release), diff --git a/src/core/main.c b/src/core/main.c -index e208857..5346392 100644 +index 93098da..b9cac92 100644 --- a/src/core/main.c +++ b/src/core/main.c -@@ -1233,7 +1233,7 @@ static int status_welcome(void) { - return status_printf(NULL, false, false, - "\nWelcome to \x1B[%sm%s\x1B[0m!\n", - isempty(ansi_color) ? "1" : ansi_color, -- isempty(pretty_name) ? "Linux" : pretty_name); -+ isempty(pretty_name) ? "GNU/Linux" : pretty_name); +@@ -1238,11 +1238,11 @@ static int status_welcome(void) { + return status_printf(NULL, false, false, + "\nWelcome to \x1B[%sm%s\x1B[0m!\n", + isempty(ansi_color) ? "1" : ansi_color, +- isempty(pretty_name) ? "Linux" : pretty_name); ++ isempty(pretty_name) ? "GNU/Linux" : pretty_name); + else + return status_printf(NULL, false, false, + "\nWelcome to %s!\n", +- isempty(pretty_name) ? "Linux" : pretty_name); ++ isempty(pretty_name) ? "GNU/Linux" : pretty_name); } static int write_container_id(void) { diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c -index 7790ab8..8e57a24 100644 +index 3df7246..1e1a592 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -96,7 +96,7 @@ static void print_welcome(void) { -- cgit v1.2.3