Remove oils_web.xml test from settings-tester.pl
authorDan Scott <dscott@laurentian.ca>
Fri, 14 Oct 2011 02:13:02 +0000 (22:13 -0400)
committerDan Scott <dscott@laurentian.ca>
Fri, 14 Oct 2011 02:13:45 +0000 (22:13 -0400)
In master, oils_web.xml is no more, replaced instead by Apache
configuration. Awww yeah.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/support-scripts/settings-tester.pl

index c82eb80..094010d 100755 (executable)
@@ -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 );
 }