]> git.proxmox.com Git - mirror_zfs-debian.git/commit
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
15 files changed:
configure
configure.ac
etc/init.d/Makefile.in
etc/init.d/zfs.arch [deleted file]
etc/init.d/zfs.arch.in [new file with mode: 0644]
etc/init.d/zfs.fedora [deleted file]
etc/init.d/zfs.fedora.in [new file with mode: 0644]
etc/init.d/zfs.gentoo [deleted file]
etc/init.d/zfs.gentoo.in [new file with mode: 0644]
etc/init.d/zfs.lsb [deleted file]
etc/init.d/zfs.lsb.in [new file with mode: 0644]
etc/init.d/zfs.lunar [deleted file]
etc/init.d/zfs.lunar.in [new file with mode: 0644]
etc/init.d/zfs.redhat [deleted file]
etc/init.d/zfs.redhat.in [new file with mode: 0644]