diff options
author | Brian Behlendorf <[email protected]> | 2011-05-02 15:39:59 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-05-02 15:59:13 -0700 |
commit | 712f8bd87b2d3799107e102652875996fa59647b (patch) | |
tree | 7accb1ffa17551954bc9b7dbb3451e4efdb94527 /etc/init.d/Makefile.in | |
parent | 5f35b190071048f25d66db81ce9763ecd0c1760e (diff) |
Add Gentoo/Lunar/Redhat Init Scripts
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 <[email protected]>
Lunar - Jean-Michel Bruenn <[email protected]>
Redhat - Fajar A. Nugraha <[email protected]>
Diffstat (limited to 'etc/init.d/Makefile.in')
-rw-r--r-- | etc/init.d/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/Makefile.in b/etc/init.d/Makefile.in index f221818f9..63012dc99 100644 --- a/etc/init.d/Makefile.in +++ b/etc/init.d/Makefile.in @@ -256,7 +256,7 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = zfs.fedora zfs.lsb +EXTRA_DIST = zfs.fedora zfs.gentoo zfs.lsb zfs.lunar zfs.redhat all: all-am .SUFFIXES: |