root/trunk/pdns/pdns/showvar.in @ 2

Revision 2, 172 bytes (checked in by ahu, 10 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to author date id revision
RevLine 
[2]1#!/bin/sh
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5
6# unplug the nameserver: go
7for a in "$@";
8do
9        @bindir@/dynloader @localstatedir@/ahudns.controlsocket show "$a"
10done
Note: See TracBrowser for help on using the browser.