chiark
/
gitweb
/
~mdw
/
zoneconf
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
zoneconf.in: Don't sign zones if they're not meant to be signed.
[zoneconf]
/
zoneconf.in
diff --git
a/zoneconf.in
b/zoneconf.in
index 8197a4d4db5795268ef4792a1b4a47007294fd80..224710f647e901c1a849200b25847acf09991af5 100755
(executable)
--- a/
zoneconf.in
+++ b/
zoneconf.in
@@
-1426,7
+1426,7
@@
defcmd install {user view name} {
}
## If the zone wants signing, better to do that now.
- if {![sign-zone-file $matchinfo keep $tmp]} {
+ if {
$zone(sign) &&
![sign-zone-file $matchinfo keep $tmp]} {
eval $cleanup
exit 2
}