From 1eed02a591dca1310b020ef24f74bf4ebcbd1dd2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 27 Nov 2003 17:27:53 +0000 Subject: password in screensaver doesn't make sense if we keep the shell --- move/move.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'move') 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"); -- cgit v1.2.1