summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-08-19 07:51:21 +0200
committermkanat%bugzilla.org <>2009-08-19 07:51:21 +0200
commit1b04ef88ffb89c25db72bc0e8c5195468d2b00e1 (patch)
tree85a1183bce1d85899ac21b0e6f4756e09f602655 /template
parentc9806c3558e6a37c748488520d0c83e471809104 (diff)
downloadbugzilla-1b04ef88ffb89c25db72bc0e8c5195468d2b00e1.tar.gz
bugzilla-1b04ef88ffb89c25db72bc0e8c5195468d2b00e1.tar.xz
Bug 511337: Make checksetup.pl properly throw a warning when it can't chmod/chown a file
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/setup/strings.txt.pl2
1 files changed, 2 insertions, 0 deletions
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 => <<EOT,
YOU MUST RUN ONE OF THE FOLLOWING COMMANDS (depending on which database
you use):