From a219b373c051fdc3e932634a31b15b4fa4e983ff Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 29 Jan 2002 22:38:31 +0000 Subject: move /root/* files (ddebug.log, install.log, report.bug, auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there --- perl-install/log.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/log.pm') diff --git a/perl-install/log.pm b/perl-install/log.pm index 59f3d4bbf..649ed30a0 100644 --- a/perl-install/log.pm +++ b/perl-install/log.pm @@ -36,7 +36,7 @@ sub openLog(;$) { if ($_[0]) { #- useLocal open LOG, "> $_[0]";# or die "no log possible :("; } else { - open LOG, "> /dev/tty3" or open LOG, ">> /tmp/install.log";# or die "no log possible :("; + open LOG, "> /dev/tty3";# or die "no log possible :("; } open LOG2, ">> /tmp/ddebug.log";# or die "no log possible :("; select((select(LOG), $| = 1)[0]); -- cgit v1.2.1