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

dante.spec

index 6b0312606c0fe39b3f4cc637914a504fa980e46d..d50f382a7201eb2a1cef3e20f21fde153c178414 100644 (file)
@@ -103,10 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %post server
-NAME=sockd; %chkconfig_add
+/sbin/chkconfig --add sockd
 
-%preun server
-NAME=sockd; %chkconfig_del
+%postun server
+if [ $1 = 0 ]; then
+       /sbin/chkconfig --del sockd
+fi
 
 %files
 %defattr(644,root,root,755)
This page took 0.596604 seconds and 4 git commands to generate.