summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2003-04-13 02:24:54 +0000
committerBrandon Low <lostlogic@gentoo.org>2003-04-13 02:24:54 +0000
commit9c8148393fa7be89513f580b73b62099ad60f364 (patch)
treec08d0f77d5b44f7f75bf450dc87915655651d8b4 /sys-apps
parentcleanups (diff)
downloadgentoo-2-9c8148393fa7be89513f580b73b62099ad60f364.tar.gz
gentoo-2-9c8148393fa7be89513f580b73b62099ad60f364.tar.bz2
gentoo-2-9c8148393fa7be89513f580b73b62099ad60f364.zip
Messages
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/slocate/Manifest2
-rw-r--r--sys-apps/slocate/slocate-2.7-r1.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest
index c0b23a98dc54..ea084614ab89 100644
--- a/sys-apps/slocate/Manifest
+++ b/sys-apps/slocate/Manifest
@@ -1,5 +1,5 @@
MD5 deed52f5c90674617b64da43fdb30719 slocate-2.7.ebuild 1790
-MD5 dc097ab7ffb050420cd6246d99f46cf2 slocate-2.7-r1.ebuild 2140
+MD5 589701458dad23fdbdbdcd134d6e0916 slocate-2.7-r1.ebuild 2289
MD5 c70139b84478e8c4a547eb310a9c8770 slocate-2.6.ebuild 1543
MD5 91bccdc70c99f733a02fb6c33f9b5bc4 ChangeLog 2057
MD5 2831adc800599b2ae5ee340beafc4e31 files/digest-slocate-2.6 62
diff --git a/sys-apps/slocate/slocate-2.7-r1.ebuild b/sys-apps/slocate/slocate-2.7-r1.ebuild
index 67b94a568a4f..3d2f8a80ad8e 100644
--- a/sys-apps/slocate/slocate-2.7-r1.ebuild
+++ b/sys-apps/slocate/slocate-2.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r1.ebuild,v 1.3 2003/04/13 02:22:01 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r1.ebuild,v 1.4 2003/04/13 02:24:50 lostlogic Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Secure locate provides a secure way to index and quickly search for files on your system (drop-in replacement for 'locate')"
@@ -68,6 +68,10 @@ pkg_postinst() {
chown -R root.slocate /var/lib/slocate
chmod 0750 /var/lib/slocate
+ ewarn "If you merged slocate-2.7.ebuild, please remove"
+ ewarn "/etc/cron.daily/slocate.cron the .cron is no longer"
+ ewarn "in the filename"
+ echo
einfo "Please note that the /etc/updatedb.conf file is EMPTY"
einfo "There is a sample configuration file in"
einfo "/usr/share/doc/${PN}-${PVR}"