summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-28 16:41:22 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-28 16:41:22 +0000
commit1a37fd3b14680f6890102bf0e3ff4498a7443362 (patch)
tree836ebd9d4b191a410ca298d605d01f886f89ad16 /move/move.pm
parent21ec2de16a861d3f03d9d2dcca899df099e7da72 (diff)
downloaddrakx-1a37fd3b14680f6890102bf0e3ff4498a7443362.tar
drakx-1a37fd3b14680f6890102bf0e3ff4498a7443362.tar.gz
drakx-1a37fd3b14680f6890102bf0e3ff4498a7443362.tar.bz2
drakx-1a37fd3b14680f6890102bf0e3ff4498a7443362.tar.xz
drakx-1a37fd3b14680f6890102bf0e3ff4498a7443362.zip
don't display startkde shit on first console
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index 0eabd4fff..7701242a8 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -587,6 +587,9 @@ sub install2::startMove {
sleep 1;
log::l("DrakX waves bye-bye");
+ open STDOUT, ">/dev/tty10"; #- don't display startkde shit on first console
+ open STDERR, ">/dev/tty10";
+
my (undef, undef, $uid, $gid, undef, undef, undef, $home, $shell) = getpwnam($username);
$( = $) = "$gid $gid";
$< = $> = $uid;