From: Arne Fitzenreiter Date: Sat, 13 Jun 2009 08:33:31 +0000 (+0200) Subject: Fix online-flagfile creation on red dhcp X-Git-Tag: v2.5-final~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e288abb4869999481c9bcfb48bf08f91358a128f;p=ipfire-2.x.git Fix online-flagfile creation on red dhcp This also fix dhcpcd restart on connscheduler reconnect --- diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/networking/red index 5739384228..6ac87aae36 100644 --- a/src/initscripts/init.d/networking/red +++ b/src/initscripts/init.d/networking/red @@ -180,6 +180,7 @@ case "${1}" in echo "$GATEWAY gateway" >> /tmp/hosts mv /tmp/hosts /etc/hosts echo "$GATEWAY" > /var/ipfire/red/remote-ipaddress + touch /var/ipfire/red/active else echo "" $(exit "$RET")