Re: [Unattended] RE: Problems with site/config.pl

2004-02-04 Thread Patrick J. LoPresti
"Johnson, Chris A -ND" <[EMAIL PROTECTED]> writes: > I encountered the same problem... > > There is a mismatch between the code in install.pl and config.pl > (using unattended 3.5). Good catch! > --- Snippet from install.pl --- > if (-e $site_conf) { > my $result = do $site_conf; > $@ >

[Unattended] RE: Problems with site/config.pl

2004-02-03 Thread Johnson, Chris A -ND
I encountered the same problem... There is a mismatch between the code in install.pl and config.pl (using unattended 3.5). --- Snippet from install.pl --- if (-e $site_conf) { my $result = do $site_conf; $@ and die "do $site_conf failed: $@"; defined $result or die "C