From adc3c7a7b51bd32732d1f65aa9da180c1e6e15d8 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 15 Dec 2014 17:47:48 +0000 Subject: Bug 950486: Move the webdotbase and font_file parameters from data/params into localconfig (and kill the Graphs panel). r=gerv, a=glob. --- checksetup.pl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 50ca8bda8..eb6b3f857 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -151,7 +151,15 @@ fix_all_file_permissions(!$silent); # If we are using a local 'dot' binary, verify the specified binary exists # and that the generated images are accessible. -check_graphviz(!$silent) if Bugzilla->params->{'webdotbase'}; +check_webdotbase(!$silent) if $lc_hash->{'webdotbase'}; + +########################################################################### +# Check font file setup +########################################################################### + +# If we are using a local font file, verify the specified file exists and +# that it has the correct extension. +check_font_file(!$silent) if $lc_hash->{'font_file'}; ########################################################################### # Changes to the fielddefs --TABLE-- -- cgit v1.2.3-24-g4f1b