]> gitweb.michael.orlitzky.com - djbdns-logparse.git/blobdiff - bin/djbdns-logparse
doc/README: siphon the description and history from bin/djbdns-logparse.
[djbdns-logparse.git] / bin / djbdns-logparse
index 998f5475c6127306a7ff3a5b5e32e1837a768aa0..2e184d814228a39d1992cd3eb581dba317dc74d7 100755 (executable)
@@ -3,27 +3,6 @@
 Convert tinydns and dnscache logs to human-readable form
 """
 
-#
-# Reads log files from tinydns and/or dnscache and prints them out in
-# human-readable form. Logs can be supplied on stdin, or listed on the
-# command line:
-#
-#   $ cat @*.s | djbdns-logparse
-#   $ djbdns-logparse @*.s
-#   $ tail -f current | djbdns-logparse
-#
-# Pipes each log file through tai64nlocal, which must be on your path.
-#
-# Acknowledgments:
-#
-# * The log format descriptions by Rob Mayoff were invaluable:
-#   ** http://dqd.com/~mayoff/notes/djbdns/tinydns-log.html
-#   ** http://dqd.com/~mayoff/notes/djbdns/dnscache-log.html
-#
-# * Faried Nawaz's dnscache log parser was the original inspiration:
-#   ** http://www.hungry.com/~fn/dnscache-log.pl.txt
-#
-
 import re
 from struct import pack
 from time import strftime, gmtime