SOURCES: multipathd.init - cleanup

glen glen at pld-linux.org
Fri Oct 26 15:02:02 CEST 2007


Author: glen                         Date: Fri Oct 26 13:02:02 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cleanup

---- Files affected:
SOURCES:
   multipathd.init (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/multipathd.init
diff -u SOURCES/multipathd.init:1.4 SOURCES/multipathd.init:1.5
--- SOURCES/multipathd.init:1.4	Fri Oct 26 15:01:24 2007
+++ SOURCES/multipathd.init	Fri Oct 26 15:01:57 2007
@@ -13,13 +13,7 @@
 
 [ -f /etc/sysconfig/multipathd ] && . /etc/sysconfig/multipathd
 
-DAEMON=/sbin/multipathd
-PIDFILE=/var/run/multipathd.pid
-
-SHELLFLAGS=$-
-
 start() {
-	set -$SHELLFLAGS
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/multipathd ]; then
 		msg_starting multipathd
@@ -33,7 +27,6 @@
 }
 
 stop() {
-	set -$SHELLFLAGS
 	if [ -f /var/lock/subsys/multipathd ]; then
 		# Stop daemons.
 		msg_stopping multipathd
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/multipathd.init?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list