Commit d601251a authored by terry%mozilla.org's avatar terry%mozilla.org

Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.

parent 4d51a2ce
......@@ -426,7 +426,8 @@ if ($webservergroup) {
'processmail',
'whineatnews.pl',
'collectstats.pl',
'checksetup.pl';
'checksetup.pl',
'syncshadowdb';
chmod 0770, 'data', 'shadow';
chmod 0666, glob('data/*');
......
......@@ -25,6 +25,7 @@ require "CGI.pl";
sub sillyness {
my $zz;
$zz = $::defaultqueryname;
$zz = $::usergroupset;
}
my $userid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment