mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 07:50:23 +02:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user