diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 16:33:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 16:33:54 +0000 |
commit | 76c2465279736c97017968ed0c68fa29c0bb8680 (patch) | |
tree | f7a7513ea4447918ff7d56d3643f26a45b04681d /sys-apps/slocate | |
parent | slight cleanup (diff) | |
download | historical-76c2465279736c97017968ed0c68fa29c0bb8680.tar.gz historical-76c2465279736c97017968ed0c68fa29c0bb8680.tar.bz2 historical-76c2465279736c97017968ed0c68fa29c0bb8680.zip |
revision bumped so that people won't worry about the error messages
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 13 | ||||
-rw-r--r-- | sys-apps/slocate/Manifest | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 27e69463f48f..7b2566f1f982 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.11 2003/04/12 16:22:11 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.12 2003/04/12 16:33:54 seemant Exp $ + +*slocate-2.7-r1 (12 Apr 2003) + + 12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest, + slocate-2.7-r1.ebuild: + OK, I bumped the version just because of people worrying about the bogus error + messages that slocate puts out when first run. For instance without a db file, + locate will error out. With a blank db file, it will report nothing, as + expected. So, we check if a db file exists, if not, we install a blank one. + Additionally, slocate cries about an update.conf file, so we just create a + blank one with a note pointing to the sample one in the doc folder. *slocate-2.7 (02 Feb 2003) diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index 8c7ba1f041c1..6e617d4bd381 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,6 +1,8 @@ MD5 deed52f5c90674617b64da43fdb30719 slocate-2.7.ebuild 1790 +MD5 57f7206b5ddf32ba36f09f9d5a4afa3d slocate-2.7-r1.ebuild 1993 MD5 c70139b84478e8c4a547eb310a9c8770 slocate-2.6.ebuild 1543 MD5 99cc61f71f28b7d894afc57dc457c056 ChangeLog 1247 MD5 2831adc800599b2ae5ee340beafc4e31 files/digest-slocate-2.6 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7 62 MD5 cd00fa09325061c98ee3f81fefa61014 files/updatedb.conf 578 +MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r1 62 |