]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- to much copied from the spec. no %define here
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 11 May 2010 16:36:49 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.561

rpm.macros

index dd3a397ecec93362e746d3a24e021970847d68fc..94da187f547199a1812498ec569cb95b691ac2de 100644 (file)
@@ -1907,7 +1907,7 @@ else: \
 # Requires:                    rc-scripts >= 0.4.3
 
 # migrate from init script to upstart job
-%define        upstart_post() \
+%upstart_post() \
        if [ -f /var/lock/subsys/"%1" ] ; then \
                /sbin/service --no-upstart "%1" stop \
                /sbin/service "%1" start \
@@ -1916,7 +1916,7 @@ else: \
 # restart the job after upgrade or migrate to init script on removal
 # cannot be stopped with 'service' as /etc/init/$name.conf may be missing
 # at this point
-%define        upstart_postun() \
+%upstart_postun() \
        if [ -x /sbin/initctl ] && /sbin/initctl status "%1" 2>/dev/null | grep -q 'running' ; then \
                /sbin/initctl stop "%1" >/dev/null 2>&1 \
                [ -f "/etc/rc.d/init.d/%1" -o -f "/etc/init/%1.conf" ] && { echo -n "Re-" ; /sbin/service "%1" start ; } ; \
This page took 0.05452 seconds and 4 git commands to generate.