Fix autoconf variable substitution in init scripts.

Change the variable substitution in the init script templates
according to the method described in the Autoconf manual;
Chapter 4.7.2: Installation Directory Variables.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf
2011-08-09 16:49:18 -07:00
parent f0102d6e75
commit aa2b4896c9
11 changed files with 127 additions and 64 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
ZFS="@sbindir@/zfs"
ZPOOL="@sbindir@/zpool"
ZPOOL_CACHE="@sysconfdir@/zfs/zpool.cache"
ZPOOL_CACHE="@initdir@/zpool.cache"
case $1 in
start) echo "$1ing ZFS filesystems"