summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-03-10 03:04:19 +0100
committerterry%mozilla.org <>2000-03-10 03:04:19 +0100
commitd601251a5aae95f3e16dc86ab16d07dc0dc045a6 (patch)
tree6c9e34161620894354543c807789501d394be468 /checksetup.pl
parent4d51a2ceae39a396d359bcc35b53bb068c1cbf90 (diff)
downloadbugzilla-d601251a5aae95f3e16dc86ab16d07dc0dc045a6.tar.gz
bugzilla-d601251a5aae95f3e16dc86ab16d07dc0dc045a6.tar.xz
Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index f4bbc13a9..70dcbc03a 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -426,7 +426,8 @@ if ($webservergroup) {
'processmail',
'whineatnews.pl',
'collectstats.pl',
- 'checksetup.pl';
+ 'checksetup.pl',
+ 'syncshadowdb';
chmod 0770, 'data', 'shadow';
chmod 0666, glob('data/*');