[packages/rpm-build-macros] don't hide output; refs 3303369

glen glen at pld-linux.org
Sat Aug 20 13:27:13 CEST 2016


commit cdb851a43a4de55cc0650044b6caaca01e3ae4e9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Aug 20 14:26:15 2016 +0300

    don't hide output; refs 3303369

 rpm.macros | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rpm.macros b/rpm.macros
index 7886f26..f455aa6 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -2182,7 +2182,7 @@ fi; \
 
 %systemd_service_enable() \
 	export SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog \
-	/bin/systemctl preset --preset-mode=enable-only %{*} >/dev/null || : \
+	/bin/systemctl preset --preset-mode=enable-only %{*} || : \
 	/bin/systemd_booted && echo 'Run "/bin/systemctl start %{*}" to start %{*}.' || : \
 %{nil}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/cdb851a43a4de55cc0650044b6caaca01e3ae4e9



More information about the pld-cvs-commit mailing list