]> granicus.if.org Git - pdns/commitdiff
various packaging things for new separate recursor package
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 27 Mar 2006 00:01:03 +0000 (00:01 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 27 Mar 2006 00:01:03 +0000 (00:01 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@632 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile-recursor
pdns/README-recursor
pdns/dist-recursor

index 882bad5f94b3752f59cfe2d4156d9a45edb8ede6..8acedabfb07ad06c56e722c386d2a8572fa9e173 100644 (file)
@@ -19,7 +19,7 @@ dep:
 
 -include dep
 
-PDNS_RECURSOR_OBJECTS=syncres.o  misc.o unix_utility.o qtype.o logger.o statbag.o \
+PDNS_RECURSOR_OBJECTS=syncres.o  misc.o unix_utility.o qtype.o logger.o  \
 arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \
 dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \
 rec_channel.o rec_channel_rec.o
index ba6890d71f9a32d82c68aeeb409e8b8c8e57ee8f..b30f7323a27f849c6f1383d7734850b590ce7dde 100644 (file)
@@ -7,7 +7,8 @@ try:
 
 1) head to http://sourceforge.net/project/showfiles.php?group_id=7586 and
 download the latest boost tar.bz2 or tar.gz, perhaps from:
-http://prdownloads.sourceforge.net/boost/boost_1_33_1.tar.bz2?download
+http://surfnet.dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2
+(use the first link if this one doesn't work)
 
 2) untar it:
 
@@ -17,4 +18,5 @@ $ tar xjf boost_1_33_1.tar.bz2
 
 $ CXXFLAGS=-I./boost-1.33.1/ make
 
+4) Run ./pdns_recursor and you should be set!
  
\ No newline at end of file
index 11577b66a8bde2319b8e2c73025dc2d583550b8a..9266e448a4e1d2d0669fcc144f551b4bdc6ca6d9 100755 (executable)
@@ -1,10 +1,10 @@
-INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh statbag.hh \
+INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
 rcpgenerator.hh lock.hh dnswriter.hh  dnsrecords.hh dnsparser.hh utility.hh \
 recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \
 sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh"
 
 CFILES="syncres.cc  misc.cc unix_utility.cc qtype.cc \
-logger.cc statbag.cc arguments.cc  lwres.cc pdns_recursor.cc  \
+logger.cc arguments.cc  lwres.cc pdns_recursor.cc  \
 recursor_cache.cc  dnsparser.cc dnswriter.cc  dnsrecords.cc  rcpgenerator.cc  \
 base64.cc  zoneparser-tng.cc  rec_channel.cc rec_channel_rec.cc rec_control.cc"
 
@@ -17,6 +17,9 @@ cp Makefile-recursor pdns-recursor/Makefile
 cp README-recursor pdns-recursor/README
 cp COPYING pdns-recursor/
 cp config-recursor.h pdns-recursor/config.h
+mkdir pdns-recursor/rrd
+cp tools/rrd/{create,update,makegraphs,index.html} pdns-recursor/rrd
+
 tar cjf pdns-recursor.tar.bz2 pdns-recursor