Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/
Date: Sat, 30 Apr 2011 21:43:19
Message-Id: 9022bbd21f12dc7a569a9596e92c2b276bace9a7.alexxy@gentoo
1 commit: 9022bbd21f12dc7a569a9596e92c2b276bace9a7
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 21:42:32 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 21:42:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9022bbd2
7
8 [sys-fs/zfs] Add init.d from bug #365435
9
10 ---
11 sys-fs/zfs/zfs-0.6.0_rc3.ebuild | 2 ++
12 sys-fs/zfs/zfs-9999.ebuild | 2 ++
13 2 files changed, 4 insertions(+), 0 deletions(-)
14
15 diff --git a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild b/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
16 index 86d601d..3734c7b 100644
17 --- a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
18 +++ b/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
19 @@ -51,4 +51,6 @@ src_compile() {
20
21 src_install() {
22 emake DESTDIR="${D}" install || die 'emake install failed'
23 + newinitd "${FILESDIR}/zfs.initd" zfs
24 + keepdir /var/lock/zfs
25 }
26
27 diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
28 index 4568197..0341586 100644
29 --- a/sys-fs/zfs/zfs-9999.ebuild
30 +++ b/sys-fs/zfs/zfs-9999.ebuild
31 @@ -52,4 +52,6 @@ src_compile() {
32
33 src_install() {
34 emake DESTDIR="${D}" install || die 'emake install failed'
35 + newinitd "${FILESDIR}/zfs.initd" zfs
36 + keepdir /var/lock/zfs
37 }