--- bin/apply-config Sat Sep 14 20:33:08 2002 +++ bin/apply-config Tue Sep 24 10:39:27 2002 @@ -142,7 +142,9 @@ } if (!(_at_)ARGV) { - @ARGV = ("$Dir/.."); + @ARGV = ($config->{'LIB_DIR'}, $config->{'MHA_RC_DIR'}, + $config->{'HTML_DIR'}, $config->{'ETC_DIR'}, + $config->{'CGI_DIR'}); } find({ wanted => \&wanted, },