diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-14 06:45:14 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-14 06:45:14 +0000 |
commit | 496c0372c3c3a2e6573073938fd1d7134083bcaa (patch) | |
tree | f61efd435029227f3cc261ded1a048fa9a654c19 /sys-process/anacron/files | |
parent | Keyworded ~mips (diff) | |
download | gentoo-2-496c0372c3c3a2e6573073938fd1d7134083bcaa.tar.gz gentoo-2-496c0372c3c3a2e6573073938fd1d7134083bcaa.tar.bz2 gentoo-2-496c0372c3c3a2e6573073938fd1d7134083bcaa.zip |
Revert previous --lsbsysinit changes as they did not fix the issue. See bugs 96730 and 95173.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-process/anacron/files')
-rw-r--r-- | sys-process/anacron/files/anacrontab | 6 | ||||
-rw-r--r-- | sys-process/anacron/files/digest-anacron-2.3-r2 (renamed from sys-process/anacron/files/digest-anacron-2.3-r1) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/anacron/files/anacrontab b/sys-process/anacron/files/anacrontab index 2070baea7a95..9c70b60bdaae 100644 --- a/sys-process/anacron/files/anacrontab +++ b/sys-process/anacron/files/anacrontab @@ -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 --lsbsysinit /etc/cron.daily -7 10 cron.weekly run-parts --lsbsysinit /etc/cron.weekly -30 15 cron.monthly run-parts --lsbsysinit /etc/cron.monthly +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 diff --git a/sys-process/anacron/files/digest-anacron-2.3-r1 b/sys-process/anacron/files/digest-anacron-2.3-r2 index ab9203daf8e7..ab9203daf8e7 100644 --- a/sys-process/anacron/files/digest-anacron-2.3-r1 +++ b/sys-process/anacron/files/digest-anacron-2.3-r2 |