Index: trunk/locker/bin/webaccess
===================================================================
--- trunk/locker/bin/webaccess	(revision 1187)
+++ trunk/locker/bin/webaccess	(revision 1188)
@@ -167,5 +167,4 @@
     if [ -s "$tmp_htaccess" ]; then
 	echo "Updating $htaccess" >&2
-	chmod 777 "$tmp_htaccess"
 	mv -f "$tmp_htaccess" "$htaccess"
     else
@@ -181,5 +180,4 @@
 if [ $enable_auth -eq 1 ]; then
     if [ ! -e "$authuserfile" ]; then touch "$authuserfile"; fi
-    chmod 777 "$authuserfile"
     
     tmp_authuserfile=$authuserfile.webaccess-new
@@ -216,5 +214,4 @@
     
     exec 3>&-
-    chmod 777 "$tmp_authuserfile"
     mv -f "$tmp_authuserfile" "$authuserfile"
     trap - EXIT
