summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2006-05-09 09:30:40 +0000
committerChristian Andreetta <satya@gentoo.org>2006-05-09 09:30:40 +0000
commit0dcce3407bf92ad6aa375c3913b6873ef21b6922 (patch)
treec4cd17428277d5a6d5bb026157c98f5863872f22 /sys-fs/unionfs
parent New upstream beta release with smartcard support (#118435). (diff)
downloadgentoo-2-0dcce3407bf92ad6aa375c3913b6873ef21b6922.tar.gz
gentoo-2-0dcce3407bf92ad6aa375c3913b6873ef21b6922.tar.bz2
gentoo-2-0dcce3407bf92ad6aa375c3913b6873ef21b6922.zip
modules in .../kernel/fs/unionfs/, binaries in /sbin (bug #129960)
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'sys-fs/unionfs')
-rw-r--r--sys-fs/unionfs/ChangeLog6
-rw-r--r--sys-fs/unionfs/unionfs-1.1.4-r2.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-fs/unionfs/ChangeLog b/sys-fs/unionfs/ChangeLog
index 6f5a1c8d1205..5d0b2e470515 100644
--- a/sys-fs/unionfs/ChangeLog
+++ b/sys-fs/unionfs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/unionfs
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/ChangeLog,v 1.22 2006/04/27 14:01:35 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/ChangeLog,v 1.23 2006/05/09 09:30:40 satya Exp $
+
+ 09 May 2006; Christian Andreetta <satya@gentoo.org>
+ unionfs-1.1.4-r2.ebuild:
+ modules in .../kernel/fs/unionfs/, binaries in /sbin (bug #129960)
*unionfs-1.1.4-r2 (27 Apr 2006)
diff --git a/sys-fs/unionfs/unionfs-1.1.4-r2.ebuild b/sys-fs/unionfs/unionfs-1.1.4-r2.ebuild
index ddf8dec80539..af14b780dc0b 100644
--- a/sys-fs/unionfs/unionfs-1.1.4-r2.ebuild
+++ b/sys-fs/unionfs/unionfs-1.1.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.1.4-r2.ebuild,v 1.1 2006/04/27 14:01:35 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.1.4-r2.ebuild,v 1.2 2006/05/09 09:30:40 satya Exp $
inherit eutils linux-mod
@@ -14,7 +14,7 @@ IUSE="acl debug nfs"
pkg_setup() {
linux-mod_pkg_setup
- MODULE_NAMES="unionfs(fs:)"
+ MODULE_NAMES="unionfs(kernel/fs/${PN}:)"
BUILD_TARGETS="all"
BUILD_PARAMS="LINUXSRC=${KV_DIR} KERNELVERSION=${KV_MAJOR}.${KV_MINOR}"
}
@@ -45,11 +45,13 @@ src_unpack() {
}
src_install() {
- dosbin unionctl uniondbg unionimap snapmerge
doman man/unionfs.4 man/unionctl.8 man/uniondbg.8 man/unionimap.8
linux-mod_src_install
dodoc INSTALL NEWS README ChangeLog patch-kernel.sh
+
+ into / # ${D}/sbin: usr could be unionfs mounted: bug #129960
+ dosbin unionctl uniondbg unionimap snapmerge
}