--- /usr/bin/netcfg 2006-06-07 17:08:15.000000000 +0000 +++ /usr/bin/netcfg_new 2006-06-30 09:47:30.000000000 +0000 @@ -208,18 +208,20 @@ if [ "$TIMEOUT" != "" ]; then dialog \ + --output-fd 1 \ --timeout $TIMEOUT \ --default-item $DEFAULT \ --menu "Select the network profile you wish to use\n\n (timeout in $TIMEOUT seconds)" \ 13 50 6 \ - "${profiles[@]}" 2>$ANSWER + "${profiles[@]}" >$ANSWER ret=$? else dialog \ + --output-fd 1 \ --default-item $DEFAULT \ --menu "Select the network profile you wish to use" \ 13 50 6 \ - "${profiles[@]}" 2>$ANSWER + "${profiles[@]}" >$ANSWER ret=$? fi