From 6c00df2068fd884429b419f7926b401253f9c7bd Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 18 May 2009 16:38:32 +0200 Subject: [PATCH] removed debug code --- modules.d/40network/ifup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules.d/40network/ifup b/modules.d/40network/ifup index bc0a6315..744a2aea 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