From d9b20539ba8824abdf7a72c73f45f4e940d61e60 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 26 Mar 2008 23:03:51 +0100 Subject: [PATCH] grml-bridge: remove -e option in dhclient call --- debian/changelog | 7 +++++++ sbin/grml-bridge | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 67d7b4e..9707136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-network (0.2.1) unstable; urgency=low + + * grml-bridge: remove '-e' option in dhclient call. + Thanks to Tobias Walkowiak for reporting and the fix. + + -- Michael Prokop Wed, 26 Mar 2008 23:02:57 +0100 + grml-network (0.2.0) unstable; urgency=low * grml-pptp-inode, grml-pptp-vcgraz, grml-pptp-xdsl-students and diff --git a/sbin/grml-bridge b/sbin/grml-bridge index 1a4b9c8..c7decc7 100755 --- a/sbin/grml-bridge +++ b/sbin/grml-bridge @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mit Okt 11 23:02:51 CEST 2006 [moemoe] +# Latest change: Mit Mär 26 23:02:52 CET 2008 [mika] ################################################################################ # exit on any error @@ -73,7 +73,7 @@ case "$1" in case $BRIDGE_CONFIG in DHCP) einfo "starting dhclient for $BRIDGE_NAME" - dhclient -e -pf /var/run/dhclient.$BRIDGE_NAME.pid -lf /var/run/dhclient.$BRIDGE_NAME.leases $BRIDGE_NAME + dhclient -pf /var/run/dhclient.$BRIDGE_NAME.pid -lf /var/run/dhclient.$BRIDGE_NAME.leases $BRIDGE_NAME ;; FIXED) einfo "Setting IP for $BRIDGE_NAME to $BRIDGE_IP" -- 2.1.4