diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-15 19:39:37 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-15 19:39:37 +0000 |
commit | bf7266dfb88caa7ad92482338bd98c199493cf1e (patch) | |
tree | 50275475ccebee537aba66f44b34896524279cf9 /usr.sbin/nsd/nsdc.sh.in | |
parent | 5341d583617d4d1b7aef909e6d217ff3f57ba9f6 (diff) |
rename zonec to nsd-zonec
Diffstat (limited to 'usr.sbin/nsd/nsdc.sh.in')
-rw-r--r-- | usr.sbin/nsd/nsdc.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/nsdc.sh.in b/usr.sbin/nsd/nsdc.sh.in index d5287871aea..116852b5e3a 100644 --- a/usr.sbin/nsd/nsdc.sh.in +++ b/usr.sbin/nsd/nsdc.sh.in @@ -17,7 +17,7 @@ configfile="@nsdconfigfile@" # The directory where NSD binaries reside sbindir="@sbindir@" -# how verbose is zonec run. Specify Nothing (empty string), -v or -vv. +# how verbose is nsd-zonec run. Specify Nothing (empty string), -v or -vv. ZONEC_VERBOSE=-v # how patch is done. Specify 1 (with use of textfiles, default) or 0 (without) @@ -337,7 +337,7 @@ do_patch() { do_rebuild() { lock && \ - ${sbindir}/zonec ${ZONEC_VERBOSE} -c ${configfile} -f ${dbfile}.$$ && \ + ${sbindir}/nsd-zonec ${ZONEC_VERBOSE} -c ${configfile} -f ${dbfile}.$$ && \ mv ${dbfile}.$$ ${dbfile} result=$? unlock |