diff options
-rw-r--r-- | move/move.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index ea1e8b87a..5c46f9860 100644 --- a/move/move.pm +++ b/move/move.pm @@ -555,6 +555,9 @@ sub install2::startMove { run_program::raw({ detach => 1 }, '/usr/bin/dnotify', '-MCRD', '/etc', '-r', '-e', '/usr/bin/etc-monitorer.pl', '{}') or die "dnotify not found!"; } + #- password in screensaver doesn't make sense if we keep the shell + kill 9, cat_('/var/run/drakx_shell.pid'); + if (fork()) { sleep 1; log::l("DrakX waves bye-bye"); |