]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- silence webapp macro reloading external daemon auto/ac/rpm-build-macros-1_285-1 auto/th/rpm-build-macros-1_285-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Feb 2006 09:39:19 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.285

rpm.macros

index 3a74608a4ae2cf1acd3e1b446c34a215ecd04e79..b962c2e65e44f82eb87007a2ad53b98473394d40 100644 (file)
@@ -735,7 +735,7 @@ if [ "$1" = "1" ] && [ "$2" = "1" ]; then\
 fi\
 # reload webserver if the config symlink is there and skip reload if webserver is upgraded\
 if [ -L /etc/%1/webapps.d/%2.conf ] && [ "$2" -lt "2" ]; then\
-       %{expand:%service %%1 reload}\
+       %{expand:%service -q %%1 reload}\
 fi\
 %{nil}
 
@@ -747,7 +747,7 @@ fi\
 # remove link if either of the packages are gone \
 if [ -n "%{-f:1}" ] || [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L /etc/%1/webapps.d/%2.conf ]; then \
        /usr/sbin/webapp unregister %1 %2\
-       %{expand:%service %%1 reload}\
+       %{expand:%service -q %%1 reload}\
 fi \
 %{nil}
 
This page took 0.048629 seconds and 4 git commands to generate.