r197 - multipath-tools/trunk/debian

Bastian Blank waldi at costa.debian.org
Fri Sep 30 11:02:41 UTC 2005


Author: waldi
Date: Fri Sep 30 11:02:40 2005
New Revision: 197

Modified:
   multipath-tools/trunk/debian/multipath-tools.init
   multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init
Log:
debian/multipath-tools.init, debian/multipath-tools.multipath-tools-boot.init:
Update.


Modified: multipath-tools/trunk/debian/multipath-tools.init
==============================================================================
--- multipath-tools/trunk/debian/multipath-tools.init	(original)
+++ multipath-tools/trunk/debian/multipath-tools.init	Fri Sep 30 11:02:40 2005
@@ -2,8 +2,8 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/sbin/multipathd
-NAME=multipathd
-DESC=multipath-tools
+NAME=multipath-tools
+DESC="multipath daemon"
 
 test -x $DAEMON || exit 0
 
@@ -15,25 +15,25 @@
 
 case "$1" in
   start)
-	echo -n "Starting $DESC: "
+	echo -n "Starting $DESC"
 	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
-	echo "$NAME."
+	echo "."
 	;;
   stop)
-	echo -n "Stopping $DESC: "
+	echo -n "Stopping $DESC"
 	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON
-	echo "$NAME."
+	echo "."
 	;;
   reload|force-reload)
 	echo "Reloading $DESC."
 	start-stop-daemon --stop --signal 1 --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON
 	;;
   restart|force-reload)
-	echo -n "Restarting $DESC: "
+	echo -n "Restarting $DESC"
 	start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON
 	sleep 1
 	start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS
-	echo "$NAME."
+	echo "."
 	;;
   *)
 	N=/etc/init.d/$NAME

Modified: multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init
==============================================================================
--- multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init	(original)
+++ multipath-tools/trunk/debian/multipath-tools.multipath-tools-boot.init	Fri Sep 30 11:02:40 2005
@@ -2,8 +2,8 @@
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/sbin/multipath
-NAME=multipath
-DESC=multipath-tools
+NAME=multipath-tools-boot
+DESC="multipath"
 
 test -x $DAEMON || exit 0
 



More information about the pkg-lvm-commits mailing list