we neglected to add the 'bootstrapping' script to the tarball, thanks to Stefan Arentz for noticing
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@574
d19b8d6e-7fed-0310-83ef-
9ca221ded41b
SUBDIRS=modules codedocs @programdescend@
EXTRA_DIST=TODO README HACKING INSTALL ChangeLog debian-pdns pdns.spec \
-codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d
+codedocs/Makefile codedocs/doxygen.conf contrib/powerdns.solaris.init.d \
+bootstrap
man8_MANS=pdns/docs/pdns_control.8 pdns/docs/pdns_server.8 pdns/docs/zone2sql.8
statsWanted=false;
}
-void houseKeeping(void *)
+static void houseKeeping(void *)
{
static time_t last_stat, last_rootupdate, last_prune;
time_t now=time(0);
- if(now - last_prune > 60) {
+ if(now - last_prune > 300) {
RC.doPrune();
int pruned=0;
for(SyncRes::negcache_t::iterator i = SyncRes::s_negcache.begin(); i != SyncRes::s_negcache.end();)