]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:04 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.spec -> 1.20

apcupsd.spec

index f3dbbd842296d462e82cd759dbd1c4406f4a9961..12c0df12adf103b66abccc2d2be82726ce9b4954 100644 (file)
@@ -55,7 +55,7 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %post
 /sbin/ldconfig
-%chkconfig_add
+/sbin/chkconfig --add apcupsd
 
 #if !(grep /sbin/powersc /etc/rc.d/init.d/halt > /dev/null); then
 cp -f /etc/rc.d/init.d/halt /etc/rc.d/init.d/halt.rpmorig
@@ -78,7 +78,7 @@ fi\
 
 
 %preun
-%chkconfig_del
+chkconfig --del apcupsd
 
 %files
 %defattr(644,root,root,755)
This page took 0.125216 seconds and 4 git commands to generate.