X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=sbin%2Fgrml-bridge;h=9ee19aba8b3ad243339ded10ad487e8605030ded;hb=f5c2c78c1c02f6c9fc2a4c56c67a932ddea78e79;hp=b15ad9842ed19d66ffe4e5b75596f8e8bd6c5af2;hpb=3f1f4cd4e067cf515e12ae862470cbd5776e0235;p=grml-network.git diff --git a/sbin/grml-bridge b/sbin/grml-bridge index b15ad98..9ee19ab 100755 --- a/sbin/grml-bridge +++ b/sbin/grml-bridge @@ -4,12 +4,8 @@ # 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 Mär 26 23:02:52 CET 2008 [mika] ################################################################################ -# exit on any error -set -e - CONFIG_FILE=/etc/grml/routersetup . /etc/grml/lsb-functions . /etc/grml/script-functions @@ -59,7 +55,7 @@ case "$1" in done eoutdent - einfo "Enabling promiscous mode on: " + einfo "Enabling promiscuous mode on: " eindent for i in $BRIDGE_DEVICES ; do einfo "$i" @@ -88,7 +84,7 @@ case "$1" in ip a a $BRIDGE_IP dev $BRIDGE_NAME ;; NONE) - einfo "Leaving $BRIDGE_NAME uconfigured" + einfo "Leaving $BRIDGE_NAME unconfigured" ;; esac eoutdent @@ -113,7 +109,7 @@ case "$1" in done eoutdent - einfo "Disabling promiscous mode on: " + einfo "Disabling promiscuous mode on: " eindent for i in $BRIDGE_DEVICES ; do einfo "$i "