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

XFree86.spec

index b7103827bdc43ab7ff28b67157c8e9f0b06d7035..29a72b8c79f460efe0b07c03368f58f53667ca68 100644 (file)
@@ -1396,20 +1396,20 @@ GROUP=xfs; GID=56; NAME=xfs; %groupadd
 USER=xfs; UID=56; HOMEDIR=/etc/X11/fs; COMMENT="X Font Server"; %useradd
 
 %post -n xfs
-NAME=xfs; DESC="font server"; %chkconfig_post
+NAME=xfs; DESC="font server"; %chkconfig_add
 
 %preun -n xfs
-NAME=xfs; %chkconfig_preun
+NAME=xfs; %chkconfig_del
 
 %postun -n xfs
 USER=xfs; %userdel
 GROUP=xfs; %groupdel
 
 %post -n xdm
-NAME=xdm; %chkconfig_post
+NAME=xdm; %chkconfig_add
                
 %preun -n xdm
-NAME=xdm; %chkconfig_preun
+NAME=xdm; %chkconfig_del
 
 %post   DPS -p /sbin/ldconfig
 %postun DPS -p /sbin/ldconfig
This page took 0.10312 seconds and 4 git commands to generate.