615ab66d18
Unlike most other Linux distributions archlinux installs its init scripts in /etc/rc.d insead of /etc/init.d. This commit provides an archlinux rc.d script for zfs and extends the build infrastructure to ensure it get's installed in the correct place. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #322
6 lines
196 B
Makefile
6 lines
196 B
Makefile
EXTRA_DIST = zfs.fedora zfs.gentoo zfs.lsb zfs.lunar zfs.redhat zfs.arch
|
|
|
|
install-data-local:
|
|
@instdest=$(DESTDIR)$(DEFAULT_INIT_DIR)/zfs; \
|
|
$(INSTALL) -TD zfs.$(DEFAULT_INIT_SCRIPT) $$instdest
|