From e75e50126581b31a000ca5ab89a7e1da9943c94f Mon Sep 17 00:00:00 2001 From: yuina822 Date: Mon, 14 Sep 2015 15:11:12 +0900 Subject: [PATCH] Fixed --signal typo Signed-off-by: Richard Yao Signed-off-by: Brian Behlendorf Issue #3773 --- etc/init.d/zfs-functions.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/zfs-functions.in b/etc/init.d/zfs-functions.in index 1bdb01dda4..95b0a2997a 100644 --- a/etc/init.d/zfs-functions.in +++ b/etc/init.d/zfs-functions.in @@ -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