]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- reduced SysV compat mode noise, our own scripts are verbose enough
authorTomasz Pala <gotar@pld-linux.org>
Tue, 6 Dec 2011 00:47:32 +0000 (00:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shut-sysv-up.patch -> 1.1
    systemd.spec -> 1.64

shut-sysv-up.patch [new file with mode: 0644]
systemd.spec

diff --git a/shut-sysv-up.patch b/shut-sysv-up.patch
new file mode 100644 (file)
index 0000000..5e2ff25
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urNp systemd-37.orig/src/unit.c systemd-37/src/unit.c
+--- systemd-37.orig/src/unit.c 2011-09-23 16:28:27.000000000 +0200
++++ systemd-37/src/unit.c      2011-12-05 21:37:15.000000000 +0100
+@@ -2432,7 +2432,7 @@ void unit_status_printf(Unit *u, const c
+         assert(u);
+         assert(format);
+-        if (!UNIT_VTABLE(u)->show_status)
++        if (!UNIT_VTABLE(u)->show_status || (u->meta.manager->sysv_console && u->service.sysv_path))
+                 return;
+         if (!manager_get_show_status(u->meta.manager))
index a1481b47857f4d7ef7d755332effe257a652c50b..c342713a8e751639dadfc4729537c57e1955ead6 100644 (file)
@@ -26,6 +26,7 @@ Source1:      %{name}-sysv-convert
 Source2:       systemd_booted.c
 Patch0:                target-pld.patch
 Patch1:                config-pld.patch
+Patch2:                shut-sysv-up.patch
 URL:           http://www.freedesktop.org/wiki/Software/systemd
 %{?with_audit:BuildRequires:   audit-libs-devel}
 BuildRequires: autoconf >= 2.63
@@ -153,6 +154,7 @@ Pliki nagłówkowe bibliotek systemd.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %build
This page took 0.045895 seconds and 4 git commands to generate.