]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
removed debug code
authorHarald Hoyer <harald@redhat.com>
Mon, 18 May 2009 14:38:32 +0000 (16:38 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 18 May 2009 14:38:32 +0000 (16:38 +0200)
modules.d/40network/ifup

index bc0a6315744f91e7b14f246f65ee3c9e03b34475..744a2aeaf38cce69df0a702685d92bf099dbd0f0 100755 (executable)
@@ -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