Index: scripts/innwatch.in
--- scripts/innwatch.in.orig	2008-05-05 12:18:36 +0200
+++ scripts/innwatch.in	2008-05-10 10:30:24 +0200
@@ -126,7 +126,12 @@
 NEXTSLEEP=1
 HASEXITED=false
 
-while { sleep ${NEXTSLEEP} & wait; } ; : ; do
+SLEEPTINY=4
+while { sleep ${SLEEPTINY} & wait; } ; : ; do
+    NEXTSLEEP=`expr ${NEXTSLEEP} - ${SLEEPTINY}`
+    if [ $NEXTSLEEP -gt 0 ]; then
+        continue;
+    fi
     NEXTSLEEP=${INNWATCHSLEEPTIME}
 
     ##  If news.daily is running, idle:  we don't want to change the
Index: site/Makefile
--- site/Makefile.orig	2008-05-05 12:18:36 +0200
+++ site/Makefile	2008-05-10 10:30:59 +0200
@@ -140,7 +140,6 @@
 	chown $(NEWSUSER) $@
 	chgrp $(NEWSGROUP) $@
 	chmod $(FILEMODE) $@
-	$(PATHBIN)/makedbz -i -o
 
 ##  Remove files that are unchanged from the release version.
 clean:
