summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2011-07-24 13:02:59 +0000
committerPeter Volkov <pva@gentoo.org>2011-07-24 13:02:59 +0000
commit0affc736f0f4f5c5bbed8df9917b45d6a96afe63 (patch)
tree4fc58bdb1280a33cc162fb1ef42fe4a6e68e8619 /net-fs
parentppc/ppc64 stable wrt #372989 (diff)
downloadgentoo-2-0affc736f0f4f5c5bbed8df9917b45d6a96afe63.tar.gz
gentoo-2-0affc736f0f4f5c5bbed8df9917b45d6a96afe63.tar.bz2
gentoo-2-0affc736f0f4f5c5bbed8df9917b45d6a96afe63.zip
Add addpredict to 4.1.4 to fix issue reported by David Abbott in bug #374887.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/ChangeLog5
-rw-r--r--net-fs/autofs/autofs-4.1.4.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index b9325f7db1e3..85159412165c 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.115 2011/07/24 10:56:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.116 2011/07/24 13:02:59 pva Exp $
+
+ 24 Jul 2011; Peter Volkov <pva@gentoo.org> autofs-4.1.4.ebuild:
+ Add addpredict to 4.1.4 to fix issue reported by David Abbott in bug #374887.
24 Jul 2011; Raúl Porcel <armin76@gentoo.org> autofs-5.0.5-r4.ebuild:
alpha/ia64/sparc stable wrt #372835
diff --git a/net-fs/autofs/autofs-4.1.4.ebuild b/net-fs/autofs/autofs-4.1.4.ebuild
index 4a8e8ab3fcd9..e2deaa136698 100644
--- a/net-fs/autofs/autofs-4.1.4.ebuild
+++ b/net-fs/autofs/autofs-4.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.4.ebuild,v 1.4 2011/05/15 10:58:21 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.4.ebuild,v 1.5 2011/07/24 13:02:59 pva Exp $
EAPI="4"
@@ -61,6 +61,10 @@ src_prepare() {
}
src_configure() {
+ # work around bug #355975 (mount modifies timestamp of /etc/mtab)
+ # with >=sys-apps/util-linux-2.19,
+ addpredict "/etc/mtab"
+
econf \
$(use_with ldap openldap) \
$(use_with hesiod)