From: Christian Hofstaedtler Date: Mon, 14 Oct 2013 19:19:16 +0000 (+0200) Subject: Remove 11yrs old, unused showvar.in X-Git-Tag: rec-3.6.0-rc1~413^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bab11ed873798e75ed1e2d5a919c65c6ce51424;p=pdns Remove 11yrs old, unused showvar.in Nobody uses this anymore, and this project hasn't been ahudns for a while. --- diff --git a/pdns/showvar.in b/pdns/showvar.in deleted file mode 100755 index 814c721e3..000000000 --- a/pdns/showvar.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -prefix=@prefix@ -exec_prefix=@exec_prefix@ - -# unplug the nameserver: go -for a in "$@"; -do - @bindir@/dynloader @localstatedir@/ahudns.controlsocket show "$a" -done