diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-16 16:25:52 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-16 16:25:52 +0000 |
commit | 10aa6555e799ba6517529cbf81abaf0e8ab14097 (patch) | |
tree | 399d6c7e95cf86d160a166f0b6c8cd35cf5125f0 /move/move.pm | |
parent | a513480e939c30262445a59b758122f4d15bf058 (diff) | |
download | drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar.gz drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar.bz2 drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.tar.xz drakx-10aa6555e799ba6517529cbf81abaf0e8ab14097.zip |
logs a last msg before exiting
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 1 |
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); |