Script to delete zone from named.conf

Justin T Pryzby justinpryzby at users.sourceforge.net
Thu Feb 4 21:50:55 UTC 2010


On Thu, Feb 04, 2010 at 02:27:27PM -0700, Justin T Pryzby wrote:
> awk -v s=toxtracker.info 'BEGIN{RS=""; s="zone \""s"\""} $0~s{print $0"\n"}'
Doh, should be:
 awk -v s=toxtracker.info 'BEGIN{RS=""; s="zone \""s"\""} $0!~s{print $0"\n"}'



More information about the bind-users mailing list