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

coda.spec

index c66bd1184474c42972333dfb613c94c7cc8e957f..fd82ba31cee6eb6f069d8bcb5d0b0c8ffc008d2c 100644 (file)
--- a/coda.spec
+++ b/coda.spec
@@ -30,7 +30,6 @@ Summary(pl):  Klient Cody
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
-Prereq:                /sbin/chkconfig
 
 %description client
 This package contains the main client program, the cachemanager Venus.
@@ -48,7 +47,6 @@ Summary(pl):  Serwer Cody
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
-Prereq:                /sbin/chkconfig
 
 %description server
 This package contains the fileserver codasrv for the coda filesystem,
@@ -58,8 +56,6 @@ a modified kernel with inode system calls. BEWARE: CVS VERSION
 %package backup
 Summary:       Coda backup coordinator
 Summary(pl):   Program do zarzĀ±dzania backupem Cody
-Prereq:                /sbin/chkconfig
-
 %description backup
 This package contains the backup software for the coda filesystem, as
 well as the volume utilities. BEWARE: CVS VERSION
@@ -123,20 +119,20 @@ if [ -e /usr/coda/etc/vstab ]; then
 else
        %{_sbindir}/venus-setup testserver.coda.cs.cmu.edu 40000
 fi
-NAME=venus.init; %chkconfig_add
+/sbin/chkconfig --add venus.init
 
-%preun client
-NAME=venus.init; %chkconfig_del
+%postun
+/sbin/chkconfig --del venus.init
 
 %post server
-NAME=update.init; %chkconfig_add
-NAME=auth2.init; DESC=auth2.init; %chkconfig_add
-NAME=codasrv.init; DESC=codasrv.init; %chkconfig_add
+/sbin/chkconfig --add update.init
+/sbin/chkconfig --add auth2.init
+/sbin/chkconfig --add codasrv.init
 
 %postun server
-NAME=update.init; %chkconfig_del
-NAME=auth2.init; %chkconfig_del
-NAME=codasrv.init; %chkconfig_del
+/sbin/chkconfig --del update.init
+/sbin/chkconfig --del auth2.init
+/sbin/chkconfig --del codasrv.init
 
 %files client
 %defattr(644,root,root,755)
This page took 0.070336 seconds and 4 git commands to generate.