From d882f9760fdc0bb714e37c3d02849ce3850c8240 Mon Sep 17 00:00:00 2001 From: matt Date: Apr 08 2008 04:14:43 +0000 Subject: Init is off by default, resolves bz441279 --- diff --git a/condor.spec b/condor.spec index 7d7eea5..da58e30 100644 --- a/condor.spec +++ b/condor.spec @@ -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 @@ fi %changelog +* Mon Apr 7 2008 - 7.0.0-8 +- Modified init script to be off by default, resolves bz441279 + * Fri Apr 4 2008 - 7.0.0-7 - Updated to handle changes in gsoap dependency diff --git a/lsb_init.patch b/lsb_init.patch index bf4299f..86db9c4 100644 --- a/lsb_init.patch +++ b/lsb_init.patch @@ -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