]> git.pld-linux.org Git - packages/multipath-tools.git/commitdiff
- add waiting options for killproc in init script auto/th/multipath-tools-0.5.0-3
authorAdam Osuchowski <adwol@pld-linux.org>
Wed, 17 Feb 2016 17:52:22 +0000 (18:52 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Wed, 17 Feb 2016 17:52:22 +0000 (18:52 +0100)
multipath-tools.spec
multipathd.init

index 1108a2fda8c1f30df465da70854b52ab8570c78f..7b97e28d8fc1543e0601eaa2be5013ca6936a909 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Tools to manage multipathed devices with the device-mapper
 Summary(pl.UTF-8):     Implementacja wielotrasowego dostępu do zasobów przy użyciu device-mappera
 Name:          multipath-tools
 Version:       0.5.0
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Base
 Source0:       http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2
index ec51442becccce35a30c255746c492f664a737f3..9a12ccf4d74144978e9fe68a418bf271fc57f15e 100755 (executable)
@@ -36,7 +36,7 @@ stop() {
 
        # Stop daemons.
        msg_stopping "multipath daemon"
-       killproc --pidfile multipathd.pid multipathd -TERM
+       killproc --pidfile multipathd.pid --waitforname multipathd --waitfortime 300 multipathd -TERM
        rm -f /var/lock/subsys/multipathd
 }
 
This page took 0.029655 seconds and 4 git commands to generate.