summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-02-06 01:34:41 +0000
committerMike Frysinger <vapier@gentoo.org>2010-02-06 01:34:41 +0000
commit0d4ccf957847581aa54fb9b83ba6619390b85484 (patch)
treee1e6f07442716b426771eeed969fb9931f4634cd /sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
parentfasta license added (diff)
downloadgentoo-2-0d4ccf957847581aa54fb9b83ba6619390b85484.tar.gz
gentoo-2-0d4ccf957847581aa54fb9b83ba6619390b85484.tar.bz2
gentoo-2-0d4ccf957847581aa54fb9b83ba6619390b85484.zip
Improve gdbm migration info with tip from Robert Cernansky #299390.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/gdbm/gdbm-1.8.3-r4.ebuild')
-rw-r--r--sys-libs/gdbm/gdbm-1.8.3-r4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild b/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
index d9dc841635a2..96d20f0a2b30 100644
--- a/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
+++ b/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.10 2010/01/30 18:15:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.11 2010/02/06 01:34:41 vapier Exp $
inherit eutils libtool flag-o-matic
@@ -52,4 +52,6 @@ pkg_postinst() {
ewarn "LFS changes in the gdbm format. You can either delete the db"
ewarn "and regenerate it from scratch, or use the converter:"
ewarn "http://bugs.gentoo.org/attachment.cgi?id=215326"
+ ewarn "You should be able to locate most gdbm db's on your system with:"
+ ewarn "find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'"
}