Hinzugefügt:

* Cron-Ordner.
  * Eine Perl-Datei für den GNUmp3d hinzugefügt.
  * run-parts-Script.
Geändert:
  * Versucht das QoS kompatibel für den IE zu machen.
  * Bootsplashbar wird nichtmehr im Textmodus versucht einzublenden.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@217 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-07-22 14:33:17 +00:00
parent 20e891c64a
commit 649fd2958d
8 changed files with 157 additions and 26 deletions

View File

@@ -6,6 +6,14 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# Do all jobs in this directories
*/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
# Log rotation
01 * * * * /usr/sbin/logrotate /etc/logrotate.conf