From 6184b3a6a0c76c68bc980cd8a34acc22ee5fa1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hajo=20M=C3=B6ller?= Date: Mon, 9 Mar 2015 21:51:31 +0100 Subject: [PATCH] Actually source /etc/sysconfig/zfs instead of /etc/default/zfs Signed-off-by: Hajo Mller Signed-off-by: Brian Behlendorf Closes #3162 --- etc/init.d/zfs.redhat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/zfs.redhat.in b/etc/init.d/zfs.redhat.in index 8cdaceb5f..30b9f0bf6 100644 --- a/etc/init.d/zfs.redhat.in +++ b/etc/init.d/zfs.redhat.in @@ -37,7 +37,7 @@ DO_OVERLAY_MOUNTS=0 MOUNT_EXTRA_OPTIONS="" # Source zfs configuration. -[ -r '/etc/sysconfig/zfs' ] && . /etc/default/zfs +[ -r '/etc/sysconfig/zfs' ] && . /etc/sysconfig/zfs [ -x "$ZPOOL" ] || exit 1 [ -x "$ZFS" ] || exit 2