First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 67531
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: arno@disconnect.de
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 67531 depends on: Show dependency tree
Show dependency graph
Bug 67531 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-14 04:21 0000
Because /etc/cron.hourly/logsentry.cron is not set +x by the ebuild, it's not
sufficent to uncomment the logwatch-line in this file to run logsentry hourly
via this script. It has to be set +x to be executed, because
/usr/sbin/run-crons checks if the script is executable instead of sourcing it.

chmod u+x /etc/cron.hourly/logsentry.cron does the trick

(or add the line directly to root's crontab, as the ebuild says).

Reproducible: Didn't try
Steps to Reproduce:
1. emerge logsentry
2. ls -l /etc/cron.hourly


Actual Results:  
~: ls -l /etc/cron.hourly
-rw-r--r--  1 root root 168 Oct 12 20:31 logsentry.cron

Expected Results:  
~: ls -l /etc/cron.hourly
-rwxr--r--  1 root root 168 Oct 12 20:31 logsentry.cron

------- Comment #1 From Aaron Walker (RETIRED) 2004-10-14 05:00:08 0000 -------
Fixed.  Thanks for the report.

First Last Prev Next    No search results available      Search page      Enter new bug