summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-03-17 02:27:44 +0100
committerlpsolit%gmail.com <>2007-03-17 02:27:44 +0100
commitf8fd2befb9b33967beb35d8e86a57f0de9b326e5 (patch)
tree4867cea3c1539e822abab4c4ea66f001e6516513 /Bugzilla/Install/Filesystem.pm
parent832b52161f35aaa7ddf03168b540c5867f33dfe8 (diff)
downloadbugzilla-f8fd2befb9b33967beb35d8e86a57f0de9b326e5.tar.gz
bugzilla-f8fd2befb9b33967beb35d8e86a57f0de9b326e5.tar.xz
Bug 45207: Automated sanity check that can send an e-mail if there are problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Filesystem.pm')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index c13df2893..e38270032 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -110,6 +110,7 @@ sub FILESYSTEM {
'whine.pl' => { perms => $ws_executable },
'customfield.pl' => { perms => $owner_executable },
'email_in.pl' => { perms => $ws_executable },
+ 'sanitycheck.pl' => { perms => $ws_executable },
'docs/makedocs.pl' => { perms => $owner_executable },
'docs/rel_notes.txt' => { perms => $ws_readable },