summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-22 01:20:25 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-22 01:20:25 +0000
commita40c92477a3455ca85e744aac6c336e65ccf17e1 (patch)
tree611334da6661fef222aae0900cb9d63b9ce2c1a0 /sys-process/anacron/files
parentDon't use /bin/false. (diff)
downloadgentoo-2-a40c92477a3455ca85e744aac6c336e65ccf17e1.tar.gz
gentoo-2-a40c92477a3455ca85e744aac6c336e65ccf17e1.tar.bz2
gentoo-2-a40c92477a3455ca85e744aac6c336e65ccf17e1.zip
Revision bump; make sure run-parts is invoked with --lsbsysinit option, bug 96730.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-process/anacron/files')
-rw-r--r--sys-process/anacron/files/anacrontab6
-rw-r--r--sys-process/anacron/files/digest-anacron-2.3-r1 (renamed from sys-process/anacron/files/digest-anacron-2.3)0
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/anacron/files/anacrontab b/sys-process/anacron/files/anacrontab
index 9c70b60bdaae..2070baea7a95 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 /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 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
diff --git a/sys-process/anacron/files/digest-anacron-2.3 b/sys-process/anacron/files/digest-anacron-2.3-r1
index ab9203daf8e7..ab9203daf8e7 100644
--- a/sys-process/anacron/files/digest-anacron-2.3
+++ b/sys-process/anacron/files/digest-anacron-2.3-r1