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) { ...@@ -426,7 +426,8 @@ if ($webservergroup) {
'processmail', 'processmail',
'whineatnews.pl', 'whineatnews.pl',
'collectstats.pl', 'collectstats.pl',
'checksetup.pl'; 'checksetup.pl',
'syncshadowdb';
chmod 0770, 'data', 'shadow'; chmod 0770, 'data', 'shadow';
chmod 0666, glob('data/*'); chmod 0666, glob('data/*');
......
...@@ -25,6 +25,7 @@ require "CGI.pl"; ...@@ -25,6 +25,7 @@ require "CGI.pl";
sub sillyness { sub sillyness {
my $zz; my $zz;
$zz = $::defaultqueryname; $zz = $::defaultqueryname;
$zz = $::usergroupset;
} }
my $userid; 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