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

cups.spec

index 6640a3c430a08008e69e61be148ea9053f998775..126c09b0c944f893121e552809e8b3a6128bfe8e 100644 (file)
--- a/cups.spec
+++ b/cups.spec
@@ -101,10 +101,10 @@ install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/cups
 gzip -9nf *.txt
 
 %post
-%chkconfig_add
+/sbin/chkconfig --add cups
     
 %preun
-%chkconfig_del
+/sbin/chkconfig --del cups
 
 %clean
 rm -f $RPM_BUILD_ROOT
This page took 0.031286 seconds and 4 git commands to generate.