]> granicus.if.org Git - zfs/commitdiff
Fixed --signal typo
authoryuina822 <ayuichi@club.kyutech.ac.jp>
Mon, 14 Sep 2015 06:11:12 +0000 (15:11 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 22 Sep 2015 23:04:44 +0000 (16:04 -0700)
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3773

etc/init.d/zfs-functions.in

index 1bdb01dda4109d71a675605ebc483ee8f9b76689..95b0a2997ad7708877e486118005580cbd886735 100644 (file)
@@ -227,7 +227,7 @@ zfs_daemon_reload()
 
        if type start-stop-daemon > /dev/null 2>&1 ; then
                # LSB functions
-               start-stop-daemon --stop -signal 1 --quiet \
+               start-stop-daemon --stop --signal 1 --quiet \
                    --pidfile "$PIDFILE" --name "$DAEMON_NAME"
                return $?
        elif type killproc > /dev/null 2>&1 ; then