diff options
author | Hajo Möller <[email protected]> | 2015-03-09 21:51:31 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-09 17:13:04 -0700 |
commit | 6184b3a6a0c76c68bc980cd8a34acc22ee5fa1e4 (patch) | |
tree | d34000871d3cb360f77ad27eeafc408275f63670 /etc | |
parent | 417104bdd3c7ce07ec58674dd078f9891c3bc780 (diff) |
Actually source /etc/sysconfig/zfs instead of /etc/default/zfs
Signed-off-by: Hajo M<C3><B6>ller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3162
Diffstat (limited to 'etc')
-rw-r--r-- | etc/init.d/zfs.redhat.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |