]> granicus.if.org Git - pdns/commitdiff
Remove 11yrs old, unused showvar.in
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 14 Oct 2013 19:19:16 +0000 (21:19 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 14 Oct 2013 19:19:16 +0000 (21:19 +0200)
Nobody uses this anymore, and this project hasn't been ahudns for a while.

pdns/showvar.in [deleted file]

diff --git a/pdns/showvar.in b/pdns/showvar.in
deleted file mode 100755 (executable)
index 814c721..0000000
+++ /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