removed debug code

master
Harald Hoyer 2009-06-02 13:32:11 +02:00
parent ac4ded9128
commit 34cb684936
2 changed files with 0 additions and 9 deletions

View File

@ -12,10 +12,6 @@ if getarg rdnetdebug; then
set -x
fi

exec > /dev/console
exec 2>/dev/console
set -x

# read static conf settings
for conf in conf/conf.d/*; do
[ -f ${conf} ] && . ${conf}

View File

@ -12,11 +12,6 @@
# root=??? iscsi_initiator= iscsi_target_name= iscsi_target_ip= iscsi_target_port= iscsi_target_group= iscsi_username= iscsi_password= iscsi_in_username= iscsi_in_password=
# root=??? iscsi_firmware

exec >/dev/console
exec 2>/dev/console

set -x

case "$root" in
iscsi|dhcp|'')
if getarg iscsiroot= > /dev/null; then