]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- replace non-existent %chkconfig_{post,preun} macros with
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 22:51:57 +0000 (22:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
%chkconfig_{add,del} (thanks qboosh)

Changed files:
    autofs.spec -> 1.33

autofs.spec

index 43a4eb6d932b377218f956f8cd1e9d53139d1b8b..f510449fd5cec9a156845bc6c405d22835aa9298 100644 (file)
@@ -100,10 +100,10 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/auto.{home,misc,var,tmp}
 gzip -9nf NEWS README 
 
 %post
-DESC="autofs daemon"; %chkconfig_post
+DESC="autofs daemon"; %chkconfig_add
        
 %preun
-%chkconfig_preun
+%chkconfig_del
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.086111 seconds and 4 git commands to generate.