Add chkconfig ordering rules (fix #27055).
authorZdeněk Salvet <salvet@ics.muni.cz>
Wed, 18 Feb 2009 13:07:46 +0000 (13:07 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Wed, 18 Feb 2009 13:07:46 +0000 (13:07 +0000)
org.glite.lb.logger/config/startup
org.glite.lb.proxy/config/startup
org.glite.lb.server/config/startup

index 2786cf4..814f9b8 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# chkconfig: 345 76 24
 
 GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite}
 GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-$GLITE_LOCATION/var}
index b100d62..d783bb8 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# chkconfig: 345 75 25
 
 GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite}
 GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-/var/glite}
index d1479bf..379cb03 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# chkconfig: 345 75 25
 
 GLITE_LOCATION=${GLITE_LOCATION:-/opt/glite}
 GLITE_LOCATION_VAR=${GLITE_LOCATION_VAR:-/var/glite}