From: Harald Hoyer Date: Mon, 18 May 2009 14:38:32 +0000 (+0200) Subject: removed debug code X-Git-Tag: 0.1~251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c00df2068fd884429b419f7926b401253f9c7bd;p=thirdparty%2Fdracut.git removed debug code --- diff --git a/modules.d/40network/ifup b/modules.d/40network/ifup index bc0a63157..744a2aeaf 100755 --- a/modules.d/40network/ifup +++ b/modules.d/40network/ifup @@ -1,9 +1,5 @@ #!/bin/sh -set -x - -exec >> /ifup.log 2>&1 - # bail immediatly if the interface is already up [ -f "/net.$1.up" ] && exit 0