diff options
author | Kyle Fuller <[email protected]> | 2011-07-25 01:00:53 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-08-01 09:54:44 -0700 |
commit | 5faa9c0367e8d6b1ee1c45f1ebeffd3e53ef35e8 (patch) | |
tree | 53358897ebeed920a56fc39c9ab14b87b9b5c98c /configure.ac | |
parent | 7f4afd300b753ee7e0ce1f8d12c098119193001b (diff) |
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 <[email protected]>
Closes #336
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fda9faf43..8afd0fcad 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,12 @@ AC_CONFIG_FILES([ etc/udev/Makefile etc/udev/rules.d/Makefile etc/init.d/Makefile + etc/init.d/zfs.arch + etc/init.d/zfs.gentoo + etc/init.d/zfs.lunar + etc/init.d/zfs.fedora + etc/init.d/zfs.lsb + etc/init.d/zfs.redhat etc/zfs/Makefile man/Makefile man/man8/Makefile |