diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 17:47:22 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 17:47:22 +0000 |
commit | 85fa0483ffeaf672f394c395b174baa4791bad0a (patch) | |
tree | 1e9eaec9897dcdc11958c6b7c86d4fe844570523 /move/move.pm | |
parent | edce203ab42571ebef304b2b04848a1ff654fda9 (diff) | |
download | drakx-85fa0483ffeaf672f394c395b174baa4791bad0a.tar drakx-85fa0483ffeaf672f394c395b174baa4791bad0a.tar.gz drakx-85fa0483ffeaf672f394c395b174baa4791bad0a.tar.bz2 drakx-85fa0483ffeaf672f394c395b174baa4791bad0a.tar.xz drakx-85fa0483ffeaf672f394c395b174baa4791bad0a.zip |
etc-monitorer now also handles removal of files
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 1f2760edb..a126a4b4a 100644 --- a/move/move.pm +++ b/move/move.pm @@ -452,7 +452,7 @@ sub install2::startMove { if (cat_('/proc/mounts') =~ m|\s/home\s|) { output '/var/lib/machine_ident', machine_ident(); run_program::run('/usr/bin/etc-monitorer.pl', uniq map { dirname($_) } chomp_(`find /etc -type f`)); - run_program::raw({ detach => 1 }, '/usr/bin/dnotify', '-MCR', '/etc', '-r', '-e', '/usr/bin/etc-monitorer.pl', '{}') or die "dnotify not found!"; + run_program::raw({ detach => 1 }, '/usr/bin/dnotify', '-MCRD', '/etc', '-r', '-e', '/usr/bin/etc-monitorer.pl', '{}') or die "dnotify not found!"; } #- allow user customisation of startup through /etc/rc.d/rc.local |