Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21812 - logwatch 4.2.1-r1 updates root's contab with invalid script reference
Summary: logwatch 4.2.1-r1 updates root's contab with invalid script reference
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jared H. Hudson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-28 00:30 UTC by Lincoln A Baxter
Modified: 2003-08-10 07:48 UTC (History)
1 user (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 Lincoln A Baxter 2003-05-28 00:30:15 UTC
emerge logwatch.

and the following is added to root's crontab:

0 0 * * * /usr/sbin/logwatch.pl 2>&1 > /dev/null


The problem is, this script does not exist. It does exist however, in 
/usr/share/logwatch/scripts/logwatch.pl

Either 

/usr/sbin/logwatch.pl should be a link to /usr/share/logwatch/scripts/logwatch.pl

OR

logwatch.pl should be delivered to /usr/sbin.

OR the crontab should be updated with the path to the logwatch script in the
/usr/share directory.
Comment 1 Lincoln A Baxter 2003-05-28 00:39:59 UTC
Ahhh... I see this is fixed in a Masked ebuild.  Perhaps it is time to unmask 4.3.2.
Comment 2 Jared H. Hudson (RETIRED) gentoo-dev 2003-08-10 07:48:17 UTC
Looks like drobbins already unmasked it