root/trunk/pdns/pdns/showvar.in
@
2
| Revision 2, 172 bytes (checked in by ahu, 10 years ago) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [2] | 1 | #!/bin/sh |
| 2 | ||
| 3 | prefix=@prefix@ | |
| 4 | exec_prefix=@exec_prefix@ | |
| 5 | ||
| 6 | # unplug the nameserver: go | |
| 7 | for a in "$@"; | |
| 8 | do | |
| 9 | @bindir@/dynloader @localstatedir@/ahudns.controlsocket show "$a" | |
| 10 | done |
Note: See TracBrowser
for help on using the browser.