From 9412376d0e8bd594586ed36c4e36b9ff77088bf2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 25 Nov 2003 13:06:37 +0000 Subject: in mode 2, also pre fix /etc/rc.d/rc5.d links --- move/move.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/move/move.pm b/move/move.pm index c3e32735a..62606e251 100644 --- a/move/move.pm +++ b/move/move.pm @@ -492,7 +492,8 @@ 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::run('/usr/bin/etc-monitorer.pl', uniq map { dirname($_) } (chomp_(`find /etc -type f`), + grep { readlink !~ m|^/| } chomp_(`find /etc -type l`))); run_program::raw({ detach => 1 }, '/usr/bin/dnotify', '-MCRD', '/etc', '-r', '-e', '/usr/bin/etc-monitorer.pl', '{}') or die "dnotify not found!"; } -- cgit v1.2.1