Geaendert:

* Neuer Ladebalken, in rot und gelb. Jetzt auch bein Herunterfahren.
  * SCSI-Diskette 2,88MB statt 1,44MB.
  * Scripte unter tools/ aufgeraumt.
  * Bootsplash-Bilder gefixt.
Geloescht:
  * Ueberfluessige Sprachen.
  * Morningreconnect-Script.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@213 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
delaco
2006-07-19 11:46:26 +00:00
parent 1fde937c88
commit 15852942e5
56 changed files with 71 additions and 33461 deletions

View File

@@ -1,18 +0,0 @@
#!/bin/bash
#
# IPFire SCRIPTs
#
# This code is distributed under the terms of the GPL
#
# (c) The IPFire Team
# begin
if [ -e "/var/ipfire/ppp/morningreconnect" ]; then
logger -t ipfire MorningReconnect executed!
/etc/rc.d/rc.red stop
/bin/sleep 10
/etc/rc.d/rc.red start
fi
# end