From 6fdbecf11a7999d62a869f48e78aecf1f74aaf5e Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 13 Oct 2011 22:13:02 -0400 Subject: [PATCH] Remove oils_web.xml test from settings-tester.pl In master, oils_web.xml is no more, replaced instead by Apache configuration. Awww yeah. Signed-off-by: Dan Scott --- Open-ILS/src/support-scripts/settings-tester.pl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index c82eb80d4f..094010d4c1 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -80,18 +80,6 @@ $output .= check_libdbd(); check_hostname(); -# Check for oils_web.xml, required for acquisitions and many administration -# interfaces as of Evergreen 1.6 -if (!-T '/openils/conf/oils_web.xml') { - my $de = "* WARNING: As of Evergreen 1.6, /openils/conf/oils_web.xml " . - "is a required configuration file. Copying " . - "/openils/conf/oils_web.xml.example should resolve this " . - "problem.\n"; - $output .= $de; - warn $de; -} - - if ($gather) { get_debug_info( $tmpdir, $log_dir, $conf_dir, $perloutput, $output ); } -- 2.11.0