]> git.pld-linux.org Git - packages/djbdns.git/blobdiff - djbdns.spec
- example configuration for djbdns-rbldns
[packages/djbdns.git] / djbdns.spec
index 46583c6a82a140b73c5602fd043839dcdfd9b201..3204c180e8afc3761cc25824af76c111cc8b3ad7 100644 (file)
@@ -1,17 +1,33 @@
-Summary:       DJB DNS 
+Summary:       DJB DNS
 Summary(pl):   DJB DNS
 Name:          djbdns
 Version:       1.05
-Release:       5
-License:       GPL
+Release:       13
+License:       http://cr.yp.to/distributors.html (free to use)
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
 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
+Patch2:                %{name}-1.05-multiip.diff
+Patch3:                http://iksz.hu/package/djbdns-conf/djbdns-1.05-multi_tinydns_data.patch
+Patch4:                %{name}-srv.patch
+Patch5:                %{name}-glibc.patch
 URL:           http://cr.yp.to/djbdns.html
-Prereq:                shadow
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Provides:      nameserver
+Obsoletes:     caching-nameserver
+Obsoletes:     nameserver
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,12 +38,12 @@ This package contains some basic DNS debugging tools and some
 documentation. If you need a DNS server install one of the following
 packages:
 
- - dnscache - a local DNS cache
- - tinydns - a DNS server
- - pickdns - a DNS load-balancing server
- - walldns - a reverse DNS wall
- - rbldns - an IP-address-listing DNS server
- - axfrdns - a DNS zone transfer server
+ - djbdns-dnscache - a local DNS cache
+ - djbdns-tinydns - a DNS server
+ - djbdns-pickdns - a DNS load-balancing server
+ - djbdns-walldns - a reverse DNS wall
+ - djbdns-rbldns - an IP-address-listing DNS server
+ - djbdns-axfrdns - a DNS zone transfer server
 
 %description -l de
 Dies ist ein Satz von auf Sicherheit zielenden DNS-Servers. Man kriegt
@@ -37,12 +53,12 @@ Dieses Paket enth
 Wenn du einen DNS-Server braucht, installe ein von den folgenden
 Paketen:
 
- - dnscache - ein lokaler DNS-Cache
- - tinydns - ein DNS-Server
- - pickdns - ein Belastung ausgleichender DNS-Server
- - walldns - eine Wand Rückgekehrten DNSs
- - rbldns - ein IP-Adressen-Listen-DNS-Server
- - axfrdns - ein DNS-Zonen-Transfer-Server
+ - djbdns-dnscache - ein lokaler DNS-Cache
+ - djbdns-tinydns - ein DNS-Server
+ - djbdns-pickdns - ein Belastung ausgleichender DNS-Server
+ - djbdns-walldns - eine Wand Rückgekehrten DNSs
+ - djbdns-rbldns - ein IP-Adressen-Listen-DNS-Server
+ - djbdns-axfrdns - ein DNS-Zonen-Transfer-Server
 
 %description -l pl
 Jest to alternatywny zestaw serwerów DNS'u, którego g³ównym celem jest
@@ -53,208 +69,249 @@ Ten pakiet zawiera kilka podstawowych narz
 dokumentacji. Je¶li potrzebujesz serwera DNS zainstaluj jeden z
 nastêpuj±cych pakietów:
 
- - dnscache - lokalny cache DNS
- - tinydns - serwer DNS
- - pickdns - serwer DNS do równowa¿enia obci±¿eñ
- - walldns - ¶ciana dla odwrotnych zapytañ DNS
- - rbldns - serwer DNS list adresów IP
- - axfrdns - serwer transferów stref DNS
+ - djbdns-dnscache - lokalny cache DNS
+ - djbdns-tinydns - serwer DNS
+ - djbdns-pickdns - serwer DNS do równowa¿enia obci±¿eñ
+ - djbdns-walldns - ¶ciana dla odwrotnych zapytañ DNS
+ - djbdns-rbldns - serwer DNS list adresów IP
+ - djbdns-axfrdns - serwer transferów stref DNS
 
-%package -n dnscache
+%package dnscache
 Summary:       DJB's local DNS cache
 Summary(de):   DJBs lokaler DNS-Cache
 Summary(pl):   Lokalny cache DNS od DJB
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Requires:      %{name} = %{version}
-Requires:      daemontools
-Prereq:                fileutils
-Prereq:                shadow
-
-%description -n dnscache
+PreReq:                %{name} = %{version}
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Requires(post):        diffutils
+Requires(post):        fileutils
+Requires(preun):       daemontools
+Requires:      daemontools >= 0.70-5
+Obsoletes:     dnscache
+
+%description dnscache
 dnscache is a local DNS cache from the djbdns package. It accepts
 recursive DNS queries from local clients such as web browsers and mail
 transfer agents. It collects responses from remote DNS servers. It
 caches the responses to save time later.
 
-%description -n dnscache -l de
+%description dnscache -l de
 dnscache ist ein lokaler DNS-Cache aus dem djbdns-Paket. Es empfängt
 rekursive DNS-Fragen von den lokalen Klienten, zum Beispiel
 Web-Browsers und Mail-Transfer-Agenten. Es sammelt die Antworten von
 den Fern-DNS-Servers. Es merkt sich die Antworten, um die Zeit später
 zu sparen.
 
-%description -n dnscache -l pl
+%description dnscache -l pl
 dnscache jest lokalnym cachem DNS z pakietu djbdns. Przyjmuje on
 rekursywne zapytania DNS od lokalnych klientów takich, jak
 przegl±darki WWW i agenci transferu poczty (MTA). Zbiera on odpowiedzi
 od zdalnych serwerów DNS. Zapamiêtuje on odpowiedzi, ¿eby pó¼niej
 oszczêdziæ czas.
 
-%package -n tinydns
+%package tinydns
 Summary:       DJB's DNS server
 Summary(de):   DJBs DNS-Server
 Summary(pl):   Serwer DNS od DJB
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Requires:      %{name} = %{version}
-Requires:      daemontools
+PreReq:                %{name} = %{version}
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Requires(post):        diffutils
+Requires(preun):       daemontools
+Requires:      daemontools >= 0.70-5
 Requires:      make
-Prereq:                shadow
+Obsoletes:     tinydns
 
-%description -n tinydns
+%description tinydns
 tinydns is a DNS server from the djbdns package. It accepts iterative
 DNS queries from hosts around the Internet and responds with
 locally-configured information.
 
-%description -n tinydns -l de
+%description tinydns -l de
 tinydns ist ein DNS-Server aus dem djbdns-Paket. Es empfängt iterative
 DNS-Fragen von dem Hosts aus allem Internet und antwortet mit den
 lokal-konfigurierten Informationen.
 
-%description -n tinydns -l pl
+%description tinydns -l pl
 tinydns jest serwerem DNS z pakietu djbdns. Przyjmuje on iteracyjne
 zapytania DNS od komputerów z ca³ego Internetu i odpowiada przy u¿yciu
 lokalnie skonfigurowanych informacji.
 
-%package -n pickdns
+%package pickdns
 Summary:       DJB's load-balancing DNS server
 Summary(de):   DJBs Belastung ausgleichender DNS-Server
 Summary(pl):   Serwer DNS równowa¿±cy obci±¿enie od DJB
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Requires:      %{name} = %{version}
-Requires:      daemontools
+PreReq:                %{name} = %{version}
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Requires(post):        diffutils
+Requires(preun):       daemontools
+Requires:      daemontools >= 0.70-5
 Requires:      make
-Prereq:                shadow
+Obsoletes:     pickdns
 
-%description -n pickdns
+%description pickdns
 pickdns is a DNS load-balancing server from the djbdns package. It
 accepts iterative DNS queries from hosts around the Internet and
 responds with a dynamic selection of locally configured IP addresses
 with 5-second TTLs.
 
-%description -n pickdns -l de
+%description pickdns -l de
 pickdns ist ein Belastung ausgleichender DNS-Server aus dem
 djbdns-Paket. Es empfängt iterative DNS-Fragen von den Hosts aus allem
 Internet und antwortet mit eine dynamische Auswahl von den
 lokal-konfigurierten IP-Adressen mit 5-Sekunden-TTLs.
 
-%description -n pickdns -l pl
+%description pickdns -l pl
 pickdns jest równowa¿±cym obci±¿enie serwerem DNS z pakietu djbdns.
 Odbiera on iteracyjne zapytania DNS od komputerów z ca³ego internetu i
 odpowiada dynamicznym wyborem lokalnie skonfigurowanych adresów IP z
 5-sekundowymi TTLami.
 
-%package -n walldns
+%package walldns
 Summary:       DJB's reverse DNS wall
 Summary(de):   DJBs Wand rückgekehrten DNSs
 Summary(pl):   ¦ciana dla odwrotnych zapytañ DNS od DJB
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Requires:      %{name} = %{version}
-Requires:      daemontools
-Prereq:                shadow
-
-%description -n walldns
+PreReq:                %{name} = %{version}
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Requires(post):        diffutils
+Requires(preun):       daemontools
+Requires:      daemontools >= 0.70-5
+Obsoletes:     walldns
+
+%description walldns
 walldns is a reverse DNS wall from the djbdns package. It accepts
 iterative DNS queries for in-addr.arpa domains from hosts around the
 Internet and supplies generic responses that avoid revealing local
 host information.
 
-%description -n walldns -l de
+%description walldns -l de
 walldns ist ein Wand rückgekehrten DNSs aus dem djbdns-Paket. Es
 empfängt iterative DNS-Fragen für den in-addr.arpa-Domänen von den
 Hosts aus allem Internet und liefert Antworte, die vermeiden
 Informationen über die lokalen Hosts zu aufzudecken.
 
-%description -n walldns -l pl
+%description walldns -l pl
 walldns jest ¶cian± dla odwrotnych zapytañ DNS z pakietu djbdns.
 Przyjmuje ona iteracyjne zapytania DNS dla domen in-addr.arpa od
 komputerów z ca³ego Internetu i dostarcza odpowiedzi, które unikaj±
 ujawniania informacji o lokalnych komputerach.
 
-%package -n rbldns
+%package rbldns
 Summary:       DJB's IP-address-listing DNS server
 Summary(de):   DJBs IP-Adressen-Listen-DNS-Server
 Summary(pl):   Serwer DNS list adresów IP od DJB
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Requires:      %{name} = %{version}
-Requires:      daemontools
+PreReq:                %{name} = %{version}
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Requires(post):        diffutils
+Requires(preun):       daemontools
+Requires:      daemontools >= 0.70-5
 Requires:      make
-Prereq:                shadow
+Obsoletes:     rbldns
 
-%description -n rbldns
+%description rbldns
 rbldns is an IP-address-listing DNS server from the djbdns package. It
 accepts iterative DNS queries from hosts around the Internet asking
 about various IP addresses. It provides responses showing whether the
 addresses are on a locally configured list, such as RBL or DUL.
 
-%description -n rbldns -l de
+%description rbldns -l de
 rbldns ist ein IP-Adressen-Listen-DNS-Server aus dem djbdns-Paket. Es
 empfängt iterative DNS-Fragen von den Hosts aus allem Internet
 fragende nach verschiedene IP-Adresse. Es liefert Antworte, die zeugen
 ob die Adresse sich auf einer lokal-konfigurierten Liste befinden, zum
 Beispiel RBL oder DUL.
 
-%description -n rbldns -l pl
+%description rbldns -l pl
 rbldns jest serwerem DNS list adresów z pakietu djbdns. Przyjmuje on
 iteracyjne zapytania DNS od komputerów z ca³ego Internetu pytaj±ce o
 ró¿ne adresy IP. Dostarcza on odpowiedzi pokazuj±cych, czy adresy te
 s± na lokalnie skonfigurowanej li¶cie takiej, jak RBL lub DUL.
 
-%package -n axfrdns
+%package axfrdns
 Summary:       DJB's DNS zone-transfer server
 Summary(de):   DJBs DNS-Zonen-Transfer-Server
 Summary(pl):   Serwer transferów stref DNS od DJB
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Requires:      %{name} = %{version}
-Requires:      tinydns = %{version}
-Requires:      daemontools
-Requires:      ucspi-tcp
+PreReq:                %{name} = %{version}
+Requires(pre): /usr/bin/getgid
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/groupdel
+Requires(preun):       daemontools
+Requires:      %{name}-tinydns = %{version}
+Requires:      daemontools >= 0.70-5
 Requires:      make
-Prereq:                shadow
+Requires:      ucspi-tcp
+Obsoletes:     axfrdns
 
-%description -n axfrdns
+%description axfrdns
 axfrdns is a DNS zone transfer server from the djbdns package. It
 reads a zone-transfer request in DNS-over-TCP format from its standard
 input and responds with locally configured information.
 
-%description -n axfrdns -l de
+%description axfrdns -l de
 axfrdns ist ein DNS-Zonen-Transfer-Server aus dem djbdns-Paket. Es
 liest ein Zonen-Transfer-Ersuchen im DNS-over-TCP-Format von seinem
 standarden Eingabe und antwortet mit den lokal-konfigurierten
 Informationen.
 
-%description -n axfrdns -l pl
+%description axfrdns -l pl
 axfrdns jest serwerem transferów stref DNS z pakietu djbdns. Wczytuje
 on ze standardowego wej¶cia pro¶bê o transfer strefy w formacie
 DNS-over-TCP i odpowiada przy u¿yciu lokalnie skonfigurowanych
 informacji.
 
 %prep
-%setup -q -a1
-%patch0 -p1
+%setup -q -a1 -a2
 
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5
 cd doc
 ln -s merge/djbdns/* .
 
 %build
 echo %{__cc} %{rpmcflags} >conf-cc
 echo %{_prefix} > conf-home
-%{__make} 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT%{_mandir}/{man1,man5,man8}
 
 install dnsroots.global $RPM_BUILD_ROOT%{_sysconfdir}
 install        axfr-get        $RPM_BUILD_ROOT%{_bindir}
@@ -287,8 +344,9 @@ install tinydns-edit        $RPM_BUILD_ROOT%{_bindir}
 install tinydns-get    $RPM_BUILD_ROOT%{_bindir}
 install walldns                $RPM_BUILD_ROOT%{_bindir}
 install walldns-conf   $RPM_BUILD_ROOT%{_bindir}
-
-gzip -9nf CHANGES TODO MULTIPLEIP TINYDNS
+install djbdns-man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install djbdns-man/*.5  $RPM_BUILD_ROOT%{_mandir}/man5
+install djbdns-man/*.8  $RPM_BUILD_ROOT%{_mandir}/man8
 
 ##### DNSCACHE #####
 
@@ -355,17 +413,25 @@ cat>root/add-host<<___
 #!/bin/sh
 exec %{_bindir}/tinydns-edit data data.new add host \${1+"\$@"}
 ___
+cat>root/add-host6<<___
+#!/bin/sh
+exec %{_bindir}/tinydns-edit data data.new add host6 \${1+"\$@"}
+___
 cat>root/add-alias<<___
 #!/bin/sh
 exec %{_bindir}/tinydns-edit data data.new add alias \${1+"\$@"}
 ___
+cat>root/add-alias6<<___
+#!/bin/sh
+exec %{_bindir}/tinydns-edit data data.new add alias6 \${1+"\$@"}
+___
 cat>root/add-mx<<___
 #!/bin/sh
 exec %{_bindir}/tinydns-edit data data.new add mx \${1+"\$@"}
 ___
 cat>root/Makefile<<___
 data.cdb: data
-        %{_bindir}/tinydns-data
+       %{_bindir}/tinydns-data
 ___
 
 ##### PICKDNS #####
@@ -391,7 +457,7 @@ mkdir root
 touch root/data
 cat>root/Makefile<<___
 data.cdb: data
-        %{_bindir}/pickdns-data
+       %{_bindir}/pickdns-data
 ___
 
 ##### WALLDNS #####
@@ -438,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 #####
 
@@ -464,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"
@@ -472,141 +545,285 @@ cat>tcp<<___
 ___
 
 ##### daemontools symlinks #####
-install -d $RPM_BUILD_ROOT/var/run/service
-cd $RPM_BUILD_ROOT/var/run/service
-ln -s ../../..%{_sysconfdir}/dnscache
-ln -s ../../..%{_sysconfdir}/tinydns
-ln -s ../../..%{_sysconfdir}/pickdns
-ln -s ../../..%{_sysconfdir}/walldns
-ln -s ../../..%{_sysconfdir}/rbldns
-ln -s ../../..%{_sysconfdir}/axfrdns
+install -d $RPM_BUILD_ROOT/service
+cd $RPM_BUILD_ROOT/service
+ln -s ..%{_sysconfdir}/dnscache
+ln -s ..%{_sysconfdir}/tinydns
+ln -s ..%{_sysconfdir}/pickdns
+ln -s ..%{_sysconfdir}/walldns
+ln -s ..%{_sysconfdir}/rbldns
+ln -s ..%{_sysconfdir}/axfrdns
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %pre
 if [ -n "`getgid djbdns`" ]; then
-       if [ "`getgid djbdns`" != "32" ]; then
-               echo "Warning: the group djbdns doesn't have gid=32. Correct this before installing djbdns" 1>&2
-               exit 1
-       fi
+       if [ "`getgid djbdns`" != "32" ]; then
+               echo "Error: group djbdns doesn't have gid=32. Correct this before installing djbdns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/groupadd -g 32 -r -f djbdns
+       /usr/sbin/groupadd -g 32 -r -f djbdns
 fi
 if [ -n "`id -u dnslog 2>/dev/null`" ]; then
-       if [ "`id -u dnslog`" != "32" ]; then
-               echo "Warning: the user dnslog doesn't have uid=32. Correct this before installing djbdns" 1>&2
-               exit 1
-       fi
+       if [ "`id -u dnslog`" != "32" ]; then
+               echo "Error: user dnslog doesn't have uid=32. Correct this before installing djbdns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 32 -r -d / -s /bin/false -c "djbdns User" -g djbdns dnslog 1>&2
+       /usr/sbin/useradd -u 32 -r -d / -s /bin/false -c "djbdns User" -g djbdns dnslog 1>&2
 fi
 
 %postun
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel dnslog
-       /usr/sbin/groupdel djbdns
+       /usr/sbin/userdel dnslog
+       /usr/sbin/groupdel djbdns
 fi
 
-%pre -n dnscache
+%pre dnscache
 if [ -n "`id -u dnscache 2>/dev/null`" ]; then
-       if [ "`id -u dnscache`" != "33" ]; then
-               echo "Warning: the user dnscache doesn't have uid=33. Correct this before installing dnscache" 1>&2
-               exit 1
-       fi
+       if [ "`id -u dnscache`" != "33" ]; then
+               echo "Error: user dnscache doesn't have uid=33. Correct this before installing djbdns-dnscache." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 33 -r -d /etc/dnscache -s /bin/false -c "djbdns User" -g djbdns dnscache 1>&2
+       /usr/sbin/useradd -u 33 -r -d /etc/dnscache -s /bin/false -c "djbdns User" -g djbdns dnscache 1>&2
 fi
-dd if=/dev/urandom of=seed bs=128c count=1
 
-%postun -n dnscache
+%post dnscache
+if [ \! -s /etc/dnscache/seed ]; then
+       dd if=/dev/urandom of=/etc/dnscache/seed bs=128c count=1
+fi
+if diff -u /etc/{dnscache,pickdns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and pickdns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/pickdns/env/IP."
+fi
+if diff -u /etc/{dnscache,rbldns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and rbldns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/rbldns/env/IP."
+fi
+if diff -u /etc/{dnscache,tinydns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and tinydns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/tinydns/env/IP."
+fi
+if diff -u /etc/{dnscache,walldns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/walldns/env/IP."
+fi
+
+%preun dnscache
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel dnscache
+       svc -d /service/dnscache
 fi
 
-%pre -n tinydns
+%postun dnscache
+if [ "$1" = "0" ]; then
+       /usr/sbin/userdel dnscache
+fi
+
+%pre tinydns
 if [ -n "`id -u tinydns 2>/dev/null`" ]; then
-       if [ "`id -u tinydns`" != "34" ]; then
-               echo "Warning: the user tinydns doesn't have uid=34. Correct this before installing tinydns" 1>&2
-               exit 1
-       fi
+       if [ "`id -u tinydns`" != "34" ]; then
+               echo "Error: user tinydns doesn't have uid=34. Correct this before installing djbdns-tinydns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 34 -r -d /etc/tinydns -s /bin/false -c "djbdns User" -g djbdns tinydns 1>&2
+       /usr/sbin/useradd -u 34 -r -d /etc/tinydns -s /bin/false -c "djbdns User" -g djbdns tinydns 1>&2
 fi
 
-%postun -n tinydns
+%post tinydns
+if diff -u /etc/{dnscache,tinydns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and tinydns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/tinydns/env/IP."
+fi
+if diff -u /etc/{pick,tiny}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: pickdns and tinydns can't work on the same"
+       echo "IP address. You have to edit either /etc/pickdns/env/IP"
+       echo "or /etc/tinydns/env/IP."
+fi
+if diff -u /etc/{rbl,tiny}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: rbldns and tinydns can't work on the same"
+       echo "IP address. You have to edit either /etc/rbldns/env/IP"
+       echo "or /etc/tinydns/env/IP."
+fi
+if diff -u /etc/{tiny,wall}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: tinydns and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/tinydns/env/IP"
+       echo "or /etc/walldns/env/IP."
+fi
+
+%preun tinydns
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel tinydns
+       svc -d /service/tinydns
 fi
 
-%pre -n pickdns
+%postun tinydns
+if [ "$1" = "0" ]; then
+       /usr/sbin/userdel tinydns
+fi
+
+%pre pickdns
 if [ -n "`id -u pickdns 2>/dev/null`" ]; then
-       if [ "`id -u pickdns`" != "35" ]; then
-               echo "Warning: the user pickdns doesn't have uid=35. Correct this before installing pickdns" 1>&2
-               exit 1
-       fi
+       if [ "`id -u pickdns`" != "35" ]; then
+               echo "Error: user pickdns doesn't have uid=35. Correct this before installing djbdns-pickdns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 35 -r -d /etc/pickdns -s /bin/false -c "djbdns User" -g djbdns pickdns 1>&2
+       /usr/sbin/useradd -u 35 -r -d /etc/pickdns -s /bin/false -c "djbdns User" -g djbdns pickdns 1>&2
+fi
+
+%post pickdns
+if diff -u /etc/{dnscache,pickdns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and pickdns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/pickdns/env/IP."
+fi
+if diff -u /etc/{pick,rbl}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: pickdns and rbldns can't work on the same"
+       echo "IP address. You have to edit either /etc/pickdns/env/IP"
+       echo "or /etc/rbldns/env/IP."
+fi
+if diff -u /etc/{pick,tiny}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: pickdns and tinydns can't work on the same"
+       echo "IP address. You have to edit either /etc/pickdns/env/IP"
+       echo "or /etc/tinydns/env/IP."
+fi
+if diff -u /etc/{pick,wall}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: pickdns and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/pickdns/env/IP"
+       echo "or /etc/walldns/env/IP."
 fi
 
-%postun -n pickdns
+%preun pickdns
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel pickdns
+       svc -d /service/pickdns
 fi
 
-%pre -n walldns
+%postun pickdns
+if [ "$1" = "0" ]; then
+       /usr/sbin/userdel pickdns
+fi
+
+%pre walldns
 if [ -n "`id -u walldns 2>/dev/null`" ]; then
-       if [ "`id -u walldns`" != "36" ]; then
-               echo "Warning: the user walldns doesn't have uid=36. Correct this before installing walldns" 1>&2
-               exit 1
-       fi
+       if [ "`id -u walldns`" != "36" ]; then
+               echo "Error: user walldns doesn't have uid=36. Correct this before installing djbdns-walldns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 36 -r -d /etc/walldns -s /bin/false -c "djbdns User" -g djbdns walldns 1>&2
+       /usr/sbin/useradd -u 36 -r -d /etc/walldns -s /bin/false -c "djbdns User" -g djbdns walldns 1>&2
+fi
+
+%post walldns
+if diff -u /etc/{dnscache,walldns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/walldns/env/IP."
+fi
+if diff -u /etc/{pick,wall}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: pickdns and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/pickdns/env/IP"
+       echo "or /etc/walldns/env/IP."
+fi
+if diff -u /etc/{rbl,wall}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: rbldns and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/rbldns/env/IP"
+       echo "or /etc/walldns/env/IP."
+fi
+if diff -u /etc/{tiny,wall}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: tinydns and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/tinydns/env/IP"
+       echo "or /etc/walldns/env/IP."
 fi
 
-%postun -n walldns
+%preun walldns
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel walldns
+       svc -d /service/walldns
 fi
 
-%pre -n rbldns
+%postun walldns
+if [ "$1" = "0" ]; then
+       /usr/sbin/userdel walldns
+fi
+
+%pre rbldns
 if [ -n "`id -u rbldns 2>/dev/null`" ]; then
-       if [ "`id -u rbldns`" != "37" ]; then
-               echo "Warning: the user rbldns doesn't have uid=37. Correct this before installing rbldns" 1>&2
-               exit 1
-       fi
+       if [ "`id -u rbldns`" != "37" ]; then
+               echo "Error: user rbldns doesn't have uid=37. Correct this before installing djbdns-rbldns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 37 -r -d /etc/rbldns -s /bin/false -c "djbdns User" -g djbdns rbldns 1>&2
+       /usr/sbin/useradd -u 37 -r -d /etc/rbldns -s /bin/false -c "djbdns User" -g djbdns rbldns 1>&2
+fi
+
+%post rbldns
+if diff -u /etc/{dnscache,rbldns}/env/IP >/dev/zero 2>&1;then
+       echo "Warning: dnscache and rbldns can't work on the same"
+       echo "IP address. You have to edit either /etc/dnscache/env/IP"
+       echo "or /etc/rbldns/env/IP."
+fi
+if diff -u /etc/{pick,rbl}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: pickdns and rbldns can't work on the same"
+       echo "IP address. You have to edit either /etc/pickdns/env/IP"
+       echo "or /etc/rbldns/env/IP."
+fi
+if diff -u /etc/{rbl,tiny}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: rbldns and tinydns can't work on the same"
+       echo "IP address. You have to edit either /etc/rbldns/env/IP"
+       echo "or /etc/tinydns/env/IP."
+fi
+if diff -u /etc/{rbl,wall}dns/env/IP >/dev/zero 2>&1;then
+       echo "Warning: rbldns and walldns can't work on the same"
+       echo "IP address. You have to edit either /etc/rbldns/env/IP"
+       echo "or /etc/walldns/env/IP."
 fi
 
-%postun -n rbldns
+%preun rbldns
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel rbldns
+       svc -d /service/rbldns
 fi
 
-%pre -n axfrdns
+%postun rbldns
+if [ "$1" = "0" ]; then
+       /usr/sbin/userdel rbldns
+fi
+
+%pre axfrdns
 if [ -n "`id -u axfrdns 2>/dev/null`" ]; then
-       if [ "`id -u axfrdns`" != "38" ]; then
-               echo "Warning: the user axfrdns doesn't have uid=38. Correct this before installing axfrdns" 1>&2
-               exit 1
-       fi
+       if [ "`id -u axfrdns`" != "38" ]; then
+               echo "Error: user axfrdns doesn't have uid=38. Correct this before installing djbdns-axfrdns." 1>&2
+               exit 1
+       fi
 else
-       %{_sbindir}/useradd -u 38 -r -d /etc/axfrdns -s /bin/false -c "djbdns User" -g djbdns axfrdns 1>&2
+       /usr/sbin/useradd -u 38 -r -d /etc/axfrdns -s /bin/false -c "djbdns User" -g djbdns axfrdns 1>&2
 fi
 
-%postun -n axfrdns
+%preun axfrdns
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel axfrdns
+       svc -d /service/axfrdns
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%postun axfrdns
+if [ "$1" = "0" ]; then
+       /usr/sbin/userdel axfrdns
+fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*
+%doc CHANGES TODO MULTIPLEIP TINYDNS doc/*
 %attr(755,root,root) %{_bindir}/cachetest
 %attr(755,root,root) %{_bindir}/dns[f-t]*
 %attr(755,root,root) %{_bindir}/axfr-get
+%{_mandir}/man[15]/*
+%{_mandir}/man8/axfr-get*
 
-%files -n dnscache
+%files dnscache
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/dnscache*
 %config %attr(644,root,root) %{_sysconfdir}/dnsroots.global
@@ -623,9 +840,10 @@ rm -rf $RPM_BUILD_ROOT
 %config %attr(600,root,root) %{_sysconfdir}/dnscache/root/ip/*
 %config %attr(644,root,root) %{_sysconfdir}/dnscache/root/servers/*
 %ghost %attr(600,root,root) %{_sysconfdir}/dnscache/seed
-/var/run/service/dnscache
+%{_mandir}/man8/dnscache*
+/service/dnscache
 
-%files -n tinydns
+%files tinydns
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/tinydns*
 %dir %attr(3755,root,root) %{_sysconfdir}/tinydns
@@ -640,9 +858,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644,root,root) %{_sysconfdir}/tinydns/root/Makefile
 %config %attr(644,root,root) %{_sysconfdir}/tinydns/root/data
 %attr(755,root,root) %{_sysconfdir}/tinydns/root/add-*
-/var/run/service/tinydns
+%{_mandir}/man8/tinydns*
+/service/tinydns
 
-%files -n pickdns
+%files pickdns
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pickdns*
 %dir %attr(3755,root,root) %{_sysconfdir}/pickdns
@@ -656,9 +875,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %attr(2755,root,root) %{_sysconfdir}/pickdns/root
 %attr(644,root,root) %{_sysconfdir}/pickdns/root/Makefile
 %config %attr(644,root,root) %{_sysconfdir}/pickdns/root/data
-/var/run/service/pickdns
+%{_mandir}/man8/pickdns*
+/service/pickdns
 
-%files -n walldns
+%files walldns
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/walldns*
 %dir %attr(3755,root,root) %{_sysconfdir}/walldns
@@ -670,9 +890,10 @@ rm -rf $RPM_BUILD_ROOT
 %config %attr(644,root,root) %{_sysconfdir}/walldns/env/*
 %attr(755,root,root) %{_sysconfdir}/walldns/run
 %dir %attr(2755,root,root) %{_sysconfdir}/walldns/root
-/var/run/service/walldns
+%{_mandir}/man8/walldns*
+/service/walldns
 
-%files -n rbldns
+%files rbldns
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rbldns*
 %dir %attr(3755,root,root) %{_sysconfdir}/rbldns
@@ -686,9 +907,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %attr(2755,root,root) %{_sysconfdir}/rbldns/root
 %attr(644,root,root) %{_sysconfdir}/rbldns/root/Makefile
 %config %attr(644,root,root) %{_sysconfdir}/rbldns/root/data
-/var/run/service/rbldns
+%{_mandir}/man8/rbldns*
+/service/rbldns
 
-%files -n axfrdns
+%files axfrdns
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/axfrdns*
 %dir %attr(3755,root,root) %{_sysconfdir}/axfrdns
@@ -701,4 +923,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sysconfdir}/axfrdns/run
 %attr(644,root,root) %{_sysconfdir}/axfrdns/Makefile
 %config %attr(644,root,root) %{_sysconfdir}/axfrdns/tcp
-/var/run/service/axfrdns
+%{_mandir}/man8/axfrdns*
+/service/axfrdns
This page took 0.11614 seconds and 4 git commands to generate.