#!/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