Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163272 Details for
Bug 235174
sys-process/anacron: Double execution of cron scripts if regular cron is also installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to /etc/anacrontab
anacrontab.patch (text/plain), 698 bytes, created by
Richard Li
on 2008-08-19 07:11:50 UTC
(
hide
)
Description:
Patch to /etc/anacrontab
Filename:
MIME Type:
Creator:
Richard Li
Created:
2008-08-19 07:11:50 UTC
Size:
698 bytes
patch
obsolete
>--- anacrontab 2008-08-19 02:14:10.373026049 -0500 >+++ anacrontab.new 2008-08-19 02:15:09.301024231 -0500 >@@ -1,7 +1,7 @@ > SHELL=/bin/sh > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > # format: period delay job-identifier command >-1 5 cron.daily run-parts /etc/cron.daily >-7 10 cron.weekly run-parts /etc/cron.weekly >-30 15 cron.monthly run-parts /etc/cron.monthly >+1 5 cron.daily /usr/sbin/run-crons || run-parts /etc/cron.daily >+7 10 cron.weekly test -x /usr/sbin/run-crons || run-parts /etc/cron.weekly >+30 15 cron.monthly test -x /usr/sbin/run-crons || run-parts /etc/cron.monthly >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235174
:
163272