summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
Diffstat (limited to 'move')
-rw-r--r--move/data/devices1
-rw-r--r--move/move.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/move/data/devices b/move/data/devices
index 10cd770c9..d409df63b 100644
--- a/move/data/devices
+++ b/move/data/devices
@@ -1,3 +1,4 @@
/dev/console c 5 1
/dev/tty4 c 4 4
/dev/tty3 c 4 3
+/dev/tty2 c 4 2
diff --git a/move/move.pm b/move/move.pm
index f065e3086..25210ae4f 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -589,6 +589,7 @@ sub install2::startMove {
#- password in screensaver doesn't make sense if we keep the shell
kill 9, cat_('/var/run/drakx_shell.pid');
+ output('/dev/tty2', "Killed\n");
if (fork()) {
sleep 1;