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

LPRng.spec

index a89e15a93e872161d2bcb0eb05f737ac2c53b025..4bd84ded9576068f1db6b51392873f2245a7b981 100644 (file)
@@ -110,10 +110,10 @@ gzip -9nf CHANGES CONTRIBUTORS README* TESTSUPPORT/*
 %find_lang %{name}
 
 %post
-NAME=lpd; DESC="LPRng lpd daemon"; %chkconfig_post
+NAME=lpd; DESC="LPRng lpd daemon"; %chkconfig_add
 
 %preun
-NAME=lpd; %chkconfig_preun
+NAME=lpd; %chkconfig_del
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.034949 seconds and 4 git commands to generate.