summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-16 16:25:52 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-16 16:25:52 +0000
commit10aa6555e799ba6517529cbf81abaf0e8ab14097 (patch)
tree399d6c7e95cf86d160a166f0b6c8cd35cf5125f0
parenta513480e939c30262445a59b758122f4d15bf058 (diff)
downloaddrakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar
drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar.gz
drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar.bz2
drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar.xz
drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.zip
logs a last msg before exiting
-rw-r--r--move/move.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index 6f4f1b968..bc061fd21 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -70,6 +70,7 @@ sub install2::startMove {
if (fork()) {
sleep 1;
+ log::l("DrakX waves bye-bye");
exec 'su', 'mdk', 'startkde';
} else {
exec 'xwait' or c::_exit(0);