X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-dns%2Fdjbdns%2Ffiles%2Fdnstracesort.patch;fp=net-dns%2Fdjbdns%2Ffiles%2Fdnstracesort.patch;h=3bf56f5a1ce61d762dda6fc5b1e8d829e4d8bca1;hb=5a773ab0528f750fc82e46a322679481725f99c5;hp=0000000000000000000000000000000000000000;hpb=a5130c208f29b295e61610f0dbcb7d5dc9f5fa47;p=mjo-overlay.git diff --git a/net-dns/djbdns/files/dnstracesort.patch b/net-dns/djbdns/files/dnstracesort.patch new file mode 100644 index 0000000..3bf56f5 --- /dev/null +++ b/net-dns/djbdns/files/dnstracesort.patch @@ -0,0 +1,11 @@ +--- djbdns-1.05/dnstracesort.sh.orig 2006-04-26 21:52:54.000000000 +0200 ++++ djbdns-1.05/dnstracesort.sh 2006-04-26 21:53:02.000000000 +0200 +@@ -12,7 +12,7 @@ + } + print + } +-' | sort -t: +0 -2 +4 +3 -4 +2 -3 | uniq | awk -F: ' ++' | sort -t: -k 1,3 -k 5 -k 4,5 -k 3,4 | uniq | awk -F: ' + { + type = $1 + q = $2