mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Packager finalisiert.
Cronjobs angepasst, falls die Maschine nicht zu der Zeit (meistens nachts) lief. Erste Versionen der Tripwire und Samba-Pakete zum testen. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@530 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -10,9 +10,9 @@ HOME=/
|
||||
*/1 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.minutely
|
||||
*/5 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.cyclic
|
||||
01 * * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.hourly
|
||||
25 1 * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.daily
|
||||
47 2 * * 0 test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.weekly
|
||||
52 3 1 * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.monthly
|
||||
&nice(10),bootrun 25 1 * * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.daily
|
||||
&nice(10),bootrun 47 2 * * 0 test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.weekly
|
||||
&nice(10),bootrun 52 3 1 * * test -x /usr/local/bin/run-parts && /usr/local/bin/run-parts /etc/fcron.monthly
|
||||
|
||||
# Log rotation
|
||||
01 * * * * /usr/sbin/logrotate /etc/logrotate.conf
|
||||
@@ -55,4 +55,4 @@ HOME=/
|
||||
%monthly * 3-5 * /var/ipfire/updatexlrator/autocheck/cron.monthly
|
||||
|
||||
# Reset Dialup Statistics
|
||||
0 0 1 * * /usr/local/bin/dialctrl.pl reset
|
||||
bootrun 0 0 1 * * /usr/local/bin/dialctrl.pl reset
|
||||
|
||||
Reference in New Issue
Block a user