diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-04-21 16:30:12 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2011-04-21 16:30:12 +0000 |
commit | ba6607b69a422f66ba25c60fb7eaca53805e5f07 (patch) | |
tree | c5d30a0444e4e1ff653d45b6c601d9d89f9db2b8 /usr.sbin | |
parent | eb93aaa9f83f1bad34b2c3b2f3e8e04ddf9d1ddb (diff) |
Make nsd-zonec less verbose in nsdc runs by removing the -v
from ZONEC_VERBOSE. This affects nsdc rebuild and nsdc patch.
Idealy nsdc patch would be silent on success so that it can be
run out of cron without getting mails all the time.
OK jakob@ sthen@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/nsd/nsdc.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/nsdc.sh.in b/usr.sbin/nsd/nsdc.sh.in index dd01812f643..e697912d551 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 (empty string), -v or -vv. -ZONEC_VERBOSE=-v +ZONEC_VERBOSE= # how patch is done. Specify 1 (with use of textfiles, default) or 0 (without) PATCH_STYLE=1 |