From a0e44f97bdc67df8b257861423fce0fec5765571 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 1 Oct 2009 15:21:32 +0200 Subject: [PATCH] iscsi/iscsiroot: remove redirection on rdnetdebug iscsiroot is now executed in the initqueue --- modules.d/95iscsi/iscsiroot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules.d/95iscsi/iscsiroot b/modules.d/95iscsi/iscsiroot index e2136a38..7679a151 100755 --- a/modules.d/95iscsi/iscsiroot +++ b/modules.d/95iscsi/iscsiroot @@ -10,12 +10,6 @@ PATH=$PATH:/sbin:/usr/sbin -if getarg rdnetdebug; then - exec > /tmp/iscsiroot.$1.$$.out - exec 2>> /tmp/iscsiroot.$1.$$.out - set -x -fi - # Huh? Empty $1? [ -z "$1" ] && exit 1