summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-11-21 14:57:13 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-11-21 14:57:13 +0000
commit13f0d752abc452b8c58a1f02d242997e8ac6e55b (patch)
treee2c04ffa76ab5774a842d92e0f613763a2745f91 /sys-apps
parentVersion bump to 0.3.1 Bug #339376 (diff)
downloadgentoo-2-13f0d752abc452b8c58a1f02d242997e8ac6e55b.tar.gz
gentoo-2-13f0d752abc452b8c58a1f02d242997e8ac6e55b.tar.bz2
gentoo-2-13f0d752abc452b8c58a1f02d242997e8ac6e55b.zip
Add hostfs to the list of pruned file systems (bug 345629) and make a warning that the updatedb command can be run manually when mlocate is installed for the first time (bug 345881)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/mlocate/ChangeLog8
-rw-r--r--sys-apps/mlocate/files/updatedb.conf4
-rw-r--r--sys-apps/mlocate/mlocate-0.23.1.ebuild9
3 files changed, 15 insertions, 6 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog
index 2d1b1972f418..afce966665c0 100644
--- a/sys-apps/mlocate/ChangeLog
+++ b/sys-apps/mlocate/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/mlocate
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.81 2010/11/15 12:31:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.82 2010/11/21 14:57:13 fauli Exp $
+
+ 21 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+ mlocate-0.23.1.ebuild, files/updatedb.conf:
+ Add hostfs to the list of pruned file systems (bug 345629) and make a
+ warning that the updatedb command can be run manually when mlocate is
+ installed for the first time (bug 345881)
15 Nov 2010; Jeroen Roovers <jer@gentoo.org> mlocate-0.23.1.ebuild:
Stable for PPC (bug #343987).
diff --git a/sys-apps/mlocate/files/updatedb.conf b/sys-apps/mlocate/files/updatedb.conf
index da54ab1d758c..85fe93488027 100644
--- a/sys-apps/mlocate/files/updatedb.conf
+++ b/sys-apps/mlocate/files/updatedb.conf
@@ -1,11 +1,11 @@
# /etc/updatedb.conf: config file for slocate
-# $Id: updatedb.conf,v 1.3 2009/01/29 16:07:33 fauli Exp $
+# $Id: updatedb.conf,v 1.4 2010/11/21 14:57:13 fauli Exp $
# This file sets variables that are used by updatedb.
# For more info, see the updatedb.conf(5) manpage.
# Filesystems that are pruned from updatedb database
-PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs gfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc ramfs rpc_pipefs selinuxfs sfs shfs smbfs sockfs spufs subfs supermount sysfs tmpfs udf usbfs vperfctrfs"
+PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs gfs hostfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc ramfs rpc_pipefs selinuxfs sfs shfs smbfs sockfs spufs subfs supermount sysfs tmpfs udf usbfs vperfctrfs"
# Paths which are pruned from updatedb database
PRUNEPATHS="/tmp /var/tmp /root/.ccache"
diff --git a/sys-apps/mlocate/mlocate-0.23.1.ebuild b/sys-apps/mlocate/mlocate-0.23.1.ebuild
index 43a7d1349c36..bbfcd8d2a6e1 100644
--- a/sys-apps/mlocate/mlocate-0.23.1.ebuild
+++ b/sys-apps/mlocate/mlocate-0.23.1.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-apps/mlocate/mlocate-0.23.1.ebuild,v 1.12 2010/11/15 12:31:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.23.1.ebuild,v 1.13 2010/11/21 14:57:13 fauli Exp $
EAPI="3"
@@ -49,6 +49,9 @@ src_install() {
}
pkg_postinst() {
- elog "Note that the /etc/updatedb.conf file is generic;"
- elog "Please customize it to your system requirements."
+ elog "The database for the locate command is generated daily by a cron job,"
+ elog "if you install for the first time you can run the updatedb command manually now."
+ elog
+ elog "Note that the /etc/updatedb.conf file is generic,"
+ elog "please customize it to your system requirements."
}