6cb6f9c
diff -urNp inn-2.4.4-orig/site/Makefile inn-2.4.4/site/Makefile
6cb6f9c
--- inn-2.4.4-orig/site/Makefile	2008-05-15 10:59:16.000000000 +0200
6cb6f9c
+++ inn-2.4.4/site/Makefile	2008-05-15 11:06:54.000000000 +0200
6cb6f9c
@@ -135,10 +135,10 @@ $D$(PATH_ACTIVE_TIMES):
6d6c68d
 	chmod $(FILEMODE) $@
6d6c68d
 $D$(PATH_HISTORY):
6d6c68d
 	touch $@
f5cc800
-	chown $(RUNASUSER) $@
f5cc800
-	chgrp $(RUNASGROUP) $@
6cb6f9c
-	chmod $(FILEMODE) $@
f5cc800
-	test -z "$D" && $(PATHBIN)/makedbz -i -o
f5cc800
+#	chown $(RUNASUSER) $@
f5cc800
+#	chgrp $(RUNASGROUP) $@
6cb6f9c
+#	chmod $(FILEMODE) $@
f5cc800
+#  test -z "$D" && $(PATHBIN)/makedbz -i -o
6d6c68d
 
aab2c85
 bootstrap:
2b0d012