]> git.pld-linux.org Git - packages/at.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:
    at.spec -> 1.39

at.spec

diff --git a/at.spec b/at.spec
index 7dd80920407932e536ab13d0fc6e6536c3249b1d..f8e2d95524042ea930ecf5cf48a3f3e99bc23115 100644 (file)
--- a/at.spec
+++ b/at.spec
@@ -122,10 +122,10 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/{man*/*,pl/man?/*} \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-NAME=atd; DESC="atd daemon"; %chkconfig_post
+NAME=atd; DESC="atd daemon"; %chkconfig_add
 
 %preun
-NAME=atd; %chkconfig_preun
+NAME=atd; %chkconfig_del
 
 %files
 %defattr(644,root,root,755)
This page took 0.025831 seconds and 4 git commands to generate.