diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 12:41:21 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 12:41:21 +0000 |
commit | f82932d19b473b1dca75fd9fe907a2e978aa4bca (patch) | |
tree | ecd99025b60daea639074c6573a483c28e2b7aee /move/move.pm | |
parent | 70001ac847795f1450aed473f213e4ad205896a8 (diff) | |
download | drakx-f82932d19b473b1dca75fd9fe907a2e978aa4bca.tar drakx-f82932d19b473b1dca75fd9fe907a2e978aa4bca.tar.gz drakx-f82932d19b473b1dca75fd9fe907a2e978aa4bca.tar.bz2 drakx-f82932d19b473b1dca75fd9fe907a2e978aa4bca.tar.xz drakx-f82932d19b473b1dca75fd9fe907a2e978aa4bca.zip |
I always suck when I commit untested code
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index 98628829e..b2f932604 100644 --- a/move/move.pm +++ b/move/move.pm @@ -404,8 +404,9 @@ sub install2::startMove { run_program::run('pam_console_apply'); if (cat_('/proc/mounts') =~ m|\s/home\s|) { - run_program::raw({ detach => 1 }, '/usr/bin/dnotify', '-MCR', '/etc', '-r', '-e', '/usr/bin/etc-monitorer.pl', '{}') or die "dnotify not found!"; output '/var/lib/machine_ident', machine_ident(); + run_program::run('/usr/bin/etc-monitorer.pl', $_) foreach 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!"; } #- allow user customisation of startup through /etc/rc.d/rc.local |