rpms/condor/devel condor.spec,1.2,1.3 lsb_init.patch,1.1,1.2

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Tue Apr 8 04:15:23 UTC 2008


Author: matt

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

Modified Files:
	condor.spec lsb_init.patch 
Log Message:
Init is off by default, resolves bz441279


Index: condor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/condor/devel/condor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- condor.spec	4 Apr 2008 16:53:28 -0000	1.2
+++ condor.spec	8 Apr 2008 04:14:43 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: Condor: High Throughput Computing
 Name: condor
 Version: 7.0.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: ASL 2.0
 Group: Applications/System
 URL: http://www.cs.wisc.edu/condor/
@@ -443,6 +443,9 @@
 
 
 %changelog
+* Mon Apr  7 2008  <mfarrellee at redhat> - 7.0.0-8
+- Modified init script to be off by default, resolves bz441279
+
 * Fri Apr  4 2008  <mfarrellee at redhat> - 7.0.0-7
 - Updated to handle changes in gsoap dependency
 

lsb_init.patch:

Index: lsb_init.patch
===================================================================
RCS file: /cvs/pkgs/rpms/condor/devel/lsb_init.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lsb_init.patch	11 Feb 2008 19:57:27 -0000	1.1
+++ lsb_init.patch	8 Apr 2008 04:14:43 -0000	1.2
@@ -1,11 +1,11 @@
 --- condor-6.9.5-original/condor.init	2007-11-29 12:47:58.000000000 -0600
 +++ condor-6.9.5/condor.init	2007-11-29 12:47:31.000000000 -0600
-@@ -0,0 +1,110 @@
+@@ -0,0 +1,108 @@
 +#!/bin/bash
 +#
 +# condor	This script allows for starting and stopping Condor.
 +#
-+# chkconfig: 345 90 10
++# chkconfig: - 90 10
 +# description: Condor is a high throughput computing batch processing
 +# 	       platform.
 +# processname: condor_master
@@ -16,8 +16,6 @@
 +# Provides: condor_master, Condor daemon manager
 +# Required-Start: $local_fs $network
 +# Required-Stop: $local_fs $network
-+# Default-Start: 3 4 5
-+# Default-Stop: 0 1 2 6
 +# Short-Description: start and stop Condor
 +# Description: Condor HTC computing platform
 +### END INIT INFO




More information about the fedora-extras-commits mailing list