]> git.pld-linux.org Git - packages/djbdns.git/blobdiff - djbdns.spec
- example configuration for djbdns-rbldns
[packages/djbdns.git] / djbdns.spec
index ce09eae1c43b6183e69c9561b7bc946ba4dc7b03..3204c180e8afc3761cc25824af76c111cc8b3ad7 100644 (file)
@@ -6,8 +6,11 @@ Release:       13
 License:       http://cr.yp.to/distributors.html (free to use)
 Group:         Networking/Daemons
 Source0:       http://cr.yp.to/djbdns/%{name}-%{version}.tar.gz
+# Source0-md5: 3147c5cd56832aa3b41955c7a51cbeb2
 Source1:       %{name}-doc.tar.gz
+# Source1-md5: 1d6aed1a5d3d3eda3958fa3e7d808fc8
 Source2:       ftp://ftp.innominate.org/gpa/djb/%{name}-%{version}-man.tar.gz
+# Source2-md5: 2b4e71fa4592858e4508538f78d50f61
 Patch0:                dnscache-1.05-multiple-ip.patch
 Patch1:                http://www.fefe.de/dns/%{name}-1.05-ipv6.diff
 #              based on http://www.ohse.de/uwe/patches/djbdns-1.05-multiip.diff
@@ -428,7 +431,7 @@ exec %{_bindir}/tinydns-edit data data.new add mx \${1+"\$@"}
 ___
 cat>root/Makefile<<___
 data.cdb: data
-        %{_bindir}/tinydns-data
+       %{_bindir}/tinydns-data
 ___
 
 ##### PICKDNS #####
@@ -454,7 +457,7 @@ mkdir root
 touch root/data
 cat>root/Makefile<<___
 data.cdb: data
-        %{_bindir}/pickdns-data
+       %{_bindir}/pickdns-data
 ___
 
 ##### WALLDNS #####
@@ -501,8 +504,15 @@ mkdir root
 touch root/data
 cat>root/Makefile<<___
 data.cdb: data
-        %{_bindir}/rbldns-data
+       %{_bindir}/rbldns-data
 ___
+cat>data<<___
+# example 
+# :127.0.0.2:blacklisted"
+# 1.2.3.0/24
+___
+
+
 
 ##### AXFRDNS #####
 
@@ -527,7 +537,7 @@ exec envdir ./env sh -c '
 ___
 cat>Makefile<<___
 tcp.cdb: tcp
-        tcprules tcp.cdb tcp.tmp < tcp
+       tcprules tcp.cdb tcp.tmp < tcp
 ___
 cat>tcp<<___
 # sample line:  1.2.3.4:allow,AXFR="heaven.af.mil/3.2.1.in-addr.arpa"
This page took 0.032581 seconds and 4 git commands to generate.