From 1b04ef88ffb89c25db72bc0e8c5195468d2b00e1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Aug 2009 05:51:21 +0000 Subject: Bug 511337: Make checksetup.pl properly throw a warning when it can't chmod/chown a file Patch by Max Kanat-Alexander (module owner) a=mkanat --- template/en/default/setup/strings.txt.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 4d91da60d..6766bac78 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -33,6 +33,8 @@ checking_dbd => 'Checking available perl DBD modules...', checking_optional => 'The following Perl modules are optional:', checking_modules => 'Checking perl modules...', + chmod_failed => '##path##: Failed to change permissions: ##error##', + chown_failed => '##path##: Failed to change ownership: ##error##', commands_dbd => <