chiark
/
gitweb
/
~mdw
/
zoneconf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
db6576c
)
zoneconf.in: Don't sign zones if they're not meant to be signed.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 11 Feb 2012 14:47:01 +0000
(14:47 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 11 Feb 2012 14:47:01 +0000
(14:47 +0000)
zoneconf.in
patch
|
blob
|
blame
|
history
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
}