Turn the init.d scripts into autoconf config files
authorKyle Fuller <inbox@kylefuller.co.uk>
Mon, 25 Jul 2011 00:00:53 +0000 (01:00 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 1 Aug 2011 16:54:44 +0000 (09:54 -0700)
commit5faa9c0367e8d6b1ee1c45f1ebeffd3e53ef35e8
tree53358897ebeed920a56fc39c9ab14b87b9b5c98c
parent7f4afd300b753ee7e0ce1f8d12c098119193001b
Turn the init.d scripts into autoconf config files

This change ensures the paths used by the provided init scripts
always reference the prefixes provided at configure time.  The
@sbindir@ and @sysconfdir@ prefixes will be correctly replaced
at build time.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #336
configure
configure.ac
etc/init.d/Makefile.in
etc/init.d/zfs.arch.in [moved from etc/init.d/zfs.arch with 76% similarity]
etc/init.d/zfs.fedora.in [moved from etc/init.d/zfs.fedora with 96% similarity]
etc/init.d/zfs.gentoo.in [moved from etc/init.d/zfs.gentoo with 92% similarity]
etc/init.d/zfs.lsb.in [moved from etc/init.d/zfs.lsb with 93% similarity]
etc/init.d/zfs.lunar.in [moved from etc/init.d/zfs.lunar with 89% similarity]
etc/init.d/zfs.redhat.in [moved from etc/init.d/zfs.redhat with 98% similarity]