From 97ebd70db213db9ccb0f46aa35c9ab5fdc49e409 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Mon, 27 Mar 2006 00:01:03 +0000 Subject: [PATCH] various packaging things for new separate recursor package git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@632 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/Makefile-recursor | 2 +- pdns/README-recursor | 4 +++- pdns/dist-recursor | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 882bad5f9..8acedabfb 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -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 diff --git a/pdns/README-recursor b/pdns/README-recursor index ba6890d71..b30f7323a 100644 --- a/pdns/README-recursor +++ b/pdns/README-recursor @@ -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 diff --git a/pdns/dist-recursor b/pdns/dist-recursor index 11577b66a..9266e448a 100755 --- a/pdns/dist-recursor +++ b/pdns/dist-recursor @@ -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 -- 2.40.0