summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2012-04-20 09:49:13 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2012-04-20 09:49:13 +0000
commit050c8647e2c18470cdfb2e5e22eeebdbd877f05f (patch)
tree86d245cc86eef6498a65ff8a93259f4426a44655 /usr.sbin/nsd
parente23409064e35a448b16a3339865ba176c7daecd5 (diff)
Back to non-verbose, crept back in with last merge.
ok sthen
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r--usr.sbin/nsd/nsdc.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/nsdc.sh.in b/usr.sbin/nsd/nsdc.sh.in
index fe680d5ef0f..d02690026ce 100644
--- a/usr.sbin/nsd/nsdc.sh.in
+++ b/usr.sbin/nsd/nsdc.sh.in
@@ -18,7 +18,7 @@ configfile="@nsdconfigfile@"
sbindir="@sbindir@"
# how verbose is nsd-zonec run. Specify Nothing " ", -v or -vv.
-NSDC_ZONEC_VERBOSE=${NSDC_ZONEC_VERBOSE:--v}
+NSDC_ZONEC_VERBOSE=${NSDC_ZONEC_VERBOSE:-" "}
# how patch is done. Specify 1 (with use of textfiles, default) or 0 (without)
NSDC_PATCH_STYLE=${NSDC_PATCH_STYLE:-1}