rpms/anacron/devel anacron.init,1.7,1.8 anacron.spec,1.33,1.34

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Thu Jul 12 11:30:58 UTC 2007


Author: mmaslano

Update of /cvs/pkgs/rpms/anacron/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14207

Modified Files:
	anacron.init anacron.spec 
Log Message:
Change init script.



Index: anacron.init
===================================================================
RCS file: /cvs/pkgs/rpms/anacron/devel/anacron.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- anacron.init	11 Jul 2007 15:12:06 -0000	1.7
+++ anacron.init	12 Jul 2007 11:30:22 -0000	1.8
@@ -77,7 +77,7 @@
 	
 	*)
 	    echo $"Usage: $0 {start|stop|restart|condrestart|status}"
-	    exit 1
+	    RETVAL=3
 
 esac
 


Index: anacron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anacron/devel/anacron.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- anacron.spec	11 Jul 2007 15:12:06 -0000	1.33
+++ anacron.spec	12 Jul 2007 11:30:22 -0000	1.34
@@ -15,10 +15,8 @@
 Patch4: anacron-2.3-lock-files.patch
 Patch5: anacron-2.3-fdclose.patch
 Patch6: anacron-2.3-hostname.patch
-#Patch7: anacron-2.3-pie.patch
-#Patch8: anacron-2.3-memoryleak.patch
-Patch9: anacron-2.3-pic.patch
-Patch10: anacron-2.3-memleaking.patch
+Patch7: anacron-2.3-pic.patch
+Patch8: anacron-2.3-memleaking.patch
 
 Requires: /bin/sh
 Requires: crontabs
@@ -40,9 +38,9 @@
 intervals as closely as machine-uptime permits.  
 
 This package is pre-configured to execute the daily jobs of the Red
-Hat Linux (Fedora Core) system. You should install this program if your 
+Hat Linux (or Fedora) system. You should install this program if your 
 system isn't powered on 24 hours a day to make sure the maintenance 
-jobs of other Red Hat Linux (Fedora Core) packages are executed each day.
+jobs of other Red Hat Linux (or Fedora) packages are executed each day.
 
 %prep
 %setup -q
@@ -53,10 +51,8 @@
 %patch4 -p1 -b .lock-files
 %patch5 -p1 -b .fdclose
 %patch6 -p1 -b .hostname
-#%patch7 -p1 -b .pie
-#%patch8 -p1 -b .memoryleak
-%patch9 -p1 -b .pic
-%patch10 -p1 -b .memleaking
+%patch7 -p1 -b .pic
+%patch8 -p1 -b .memleaking
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}




More information about the fedora-extras-commits mailing list