[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

patch for dipconfig ...



If you have problems with dipconfig please apply the following patch:

--- dipconfig.0 Thu Nov 23 09:48:51 1995
+++ dipconfig   Thu Nov 23 09:48:44 1995
@@ -5,7 +5,8 @@
 $dialog = "dialog --backtitle 'Debian GNU/Linux DIP setup'";

 # redirect STDERR and STDOUT
-$rd = "2>&1 >/dev/tty";
+$tty = `tty`;
+$rd = "2>&1 >$tty";


 restart:


Thanks,

Peter

-- 
 Peter Tobias                                EMail:
 Fachhochschule Ostfriesland                 tobias@et-inf.fho-emden.de
 Fachbereich Elektrotechnik und Informatik   tobias@perseus.fho-emden.de
 Constantiaplatz 4, 26723 Emden, Germany


Reply to: