Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 509994

Summary: sys-apps/mlocate shows elog messages on every reinstall
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 440214    

Description Pacho Ramos gentoo-dev 2014-05-10 18:30:39 UTC
I could migrate it to readme.gentoo.eclass if you want. Thanks

LOG: postinst
The database for the locate command is generated daily by a cron job,
if you install for the first time you can run the updatedb command manually now.

Note that the /etc/updatedb.conf file is generic,
please customize it to your system requirements.
Comment 1 Larry the Git Cow gentoo-dev 2020-04-12 16:17:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af088b41c694fbfd94e1db51a9df836eda0f7fd

commit 0af088b41c694fbfd94e1db51a9df836eda0f7fd
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2020-04-12 16:06:19 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2020-04-12 16:17:13 +0000

    sys-apps/mlocate: modernize ebuild
    
    - EAPI=7
    - Depend on acct-group/locate
    - Install systemd service/timer
    - Remove unneeded fperms/chown
    - Display postinst message on initial install only
    
    Closes: https://bugs.gentoo.org/622236
    Closes: https://bugs.gentoo.org/509994
    Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/mlocate/files/updatedb.service |  7 ++++
 sys-apps/mlocate/files/updatedb.timer   | 10 ++++++
 sys-apps/mlocate/mlocate-0.26-r3.ebuild | 63 +++++++++++++++++++++++++++++++++
 3 files changed, 80 insertions(+)