Files
Markus Wigge 13f6125f52 added djbdns patch provided by Johnny Halfmoon
removed dnsmasq.patch as the options were included upstream already.


SVN-Revision: 15612
2009-05-05 09:27:07 +00:00

10 lines
470 B
Bash

#!/bin/sh
# (c) Copyright 2003-2003 Jonathan de Boyne Pollard. All rights reserved. "Moral" rights asserted.
# Permission is hereby granted to distribute this script unmodified.
# This script requires the patch that changes the ${DNSCACHEIP} separator, which can be found at <URL:http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns.html>.
t=${1?Missing type}
n=${2?Missing name}
s=${3?Missing server}
i=`dnsip $s`
DNSCACHEIP=${i:?Bad server name} dnsqr $t $n