Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589854 - app-admin/logrotate-3.9.2-r1 moves to /bin, but cron file points to /sbin
Summary: app-admin/logrotate-3.9.2-r1 moves to /bin, but cron file points to /sbin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chema Alonso Josa (RETIRED)
URL:
Whiteboard:
Keywords:
: 590004 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-07-27 15:55 UTC by Jouni Rinne
Modified: 2016-08-03 19:55 UTC (History)
9 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jouni Rinne 2016-07-27 15:55:11 UTC
/etc/cron.daily/logrotate:

#!/bin/sh

/usr/sbin/logrotate /etc/logrotate.conf
EXITVALUE=$?
if [ $EXITVALUE != 0 ]; then
    /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
fi
exit 0

but logrotate is in /usr/bin/
Comment 1 Oleh 2016-07-28 09:58:34 UTC
any progress in solving this obvious problem?
Comment 2 Thomas Capricelli 2016-07-28 12:08:29 UTC
confirmed here
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2016-07-30 21:43:34 UTC
*** Bug 590004 has been marked as a duplicate of this bug. ***
Comment 5 Chema Alonso Josa (RETIRED) gentoo-dev 2016-08-03 19:55:58 UTC
Sorry, I've been offline for a while.

@zero_chaos: thanks for the fix.