From d64d04df39defb8524625974a151864f3fed21ca Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 1 Oct 2009 13:51:16 +0200 Subject: [PATCH] nbd/nbdroot: do not redirect debug output on rdnetdebug nbdroot is now in the initqueue and rdinitdebug should cover that --- modules.d/95nbd/nbdroot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules.d/95nbd/nbdroot b/modules.d/95nbd/nbdroot index 515b08b2..1661b94e 100755 --- a/modules.d/95nbd/nbdroot +++ b/modules.d/95nbd/nbdroot @@ -4,12 +4,6 @@ PATH=$PATH:/sbin:/usr/sbin -if getarg rdnetdebug; then - exec > /tmp/nbdroot.$1.$$.out - exec 2>> /tmp/nbdroot.$1.$$.out - set -x -fi - # Huh? Empty $1? [ -z "$1" ] && exit 1