grml-bridge: remove -e option in dhclient call 0.2.1
authorMichael Prokop <mika@grml.org>
Wed, 26 Mar 2008 22:03:51 +0000 (23:03 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 26 Mar 2008 22:03:51 +0000 (23:03 +0100)
debian/changelog
sbin/grml-bridge

index 67d7b4e..9707136 100644 (file)
@@ -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 <mika@grml.org>  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
index 1a4b9c8..c7decc7 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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"