diff options
author | mkanat%bugzilla.org <> | 2009-08-20 07:55:05 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-08-20 07:55:05 +0200 |
commit | 4f9f364e9fbbdc6cf3eccd2c59372b9ff49e2a27 (patch) | |
tree | 72d7cf6c7e979b2e0b2d8d046d55e540b02f87a9 /template | |
parent | b473ef93a9194311971f9816426e1bee23b474bd (diff) | |
download | bugzilla-4f9f364e9fbbdc6cf3eccd2c59372b9ff49e2a27.tar.gz bugzilla-4f9f364e9fbbdc6cf3eccd2c59372b9ff49e2a27.tar.xz |
Bug 208714: Make checksetup.pl move $datadir/template when it can't delete it
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.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 6766bac78..bbccf6339 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -145,6 +145,11 @@ EOT * top of the displayed list. * EOT template_precompile => "Precompiling templates...", + template_removal_failed => <<END, +WARNING: The directory '##datadir##/template' could not be removed. + It has been moved into '##datadir##/deleteme', which should be + deleted manually to conserve disk space. +END template_removing_dir => "Removing existing compiled templates...", ); |