mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
712f8bd87b
Every distribution has slightly different requirements for their init scripts. Because of this the zfs package contains several init scripts for various distributions. These scripts have been contributed by, and are supported by, the larger zfs community. Init scripts for Gentoo/Lunar/Redhat have been contributed by: Gentoo - devsk <devsku@gmail.com> Lunar - Jean-Michel Bruenn <jean.bruenn@ip-minds.de> Redhat - Fajar A. Nugraha <list@fajar.net>
6 lines
189 B
Makefile
6 lines
189 B
Makefile
EXTRA_DIST = zfs.fedora zfs.gentoo zfs.lsb zfs.lunar zfs.redhat
|
|
|
|
install-data-local:
|
|
@instdest=$(DESTDIR)/$(sysconfdir)/init.d/zfs; \
|
|
$(INSTALL) -TD zfs.$(DEFAULT_INIT_SCRIPT) $$instdest
|