chiark
/
gitweb
/
~mdw
/
zoneconf
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
zoneconf.in: Auto-DNSsec support for dynamic zones.
[zoneconf]
/
zoneconf-install-userv.in
1
#! /bin/sh
2
3
set -e
4
case $# in
5
2) ;;
6
*) echo >&2 "Usage: $0 VIEW ZONE"; exit 1 ;;
7
esac
8
9
view="$1" zone="$2"
10
exec @sbindir@/zoneconf install "$USERV_USER" "$view" "$zone"