file-database-mcron-jobs expects updatedb to be in /bin, but plocate has it in /sbin

  • Open
  • quality assurance status badge
Details
One participant
  • David Pflug
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

David Pflug wrote 1 years ago
(address . bug-guix@gnu.org)
CAB3eSa=vJWCto4dmC45wysinoC6N5Z95tU+io+fK1OxXnUPYkw@mail.gmail.com
Hello,

Chased down the subject line while troubleshooting why my locate db
wasn't updating. Would it be better to alter file-database-mcron-jobs
to check both locations or the plocate package to move its updatedb to
the usual spot?

Actually, its updatedb isn't even a shell script. It doesn't need sed
or coreutils/find. Maybe plocate should provide its own filedb update
service? plocate-file-database-mcron-jobs

I'm happy to work on any of those, but I don't know what's idiomatic
here. Anyone want to weigh in?

Thanks,
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 67725@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67725
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help