Fix autoconf variable substitution in init scripts.
[zfs.git] / etc / init.d / zfs.lunar.in
index 97384dc..22df3d2 100644 (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"