source:
npl/internetserver/djbdns/dnstracesort.patch
@
9c8fcb1
Last change on this file since 9c8fcb1 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 327 bytes |
-
djbdns-1.05/dnstracesort.sh
old new 12 12 } 13 13 print 14 14 } 15 ' | sort -t: +0 -2 +4 +3 -4 +2 -3| uniq | awk -F: '15 ' | sort -t: -k 1,3 -k 5 -k 4,5 -k 3,4 | uniq | awk -F: ' 16 16 { 17 17 type = $1 18 18 q = $2
Note: See TracBrowser
for help on using the repository browser.