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:
07da629
)
zoneconf.in: Set up a temporary directory when signing.
master
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 26 Mar 2015 02:09:27 +0000
(
02:09
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 26 Mar 2015 02:15:15 +0000
(
02:15
+0000)
Apparently it's needed sometimes.
zoneconf.in
patch
|
blob
|
blame
|
history
diff --git
a/zoneconf.in
b/zoneconf.in
index 137c2b5e67fd4e0ec438cf45265f117bf9dc1b73..541c019a624e373346f46d4d9e1a4f8f4dcc495a 100755
(executable)
--- a/
zoneconf.in
+++ b/
zoneconf.in
@@
-1511,6
+1511,10
@@
defcmd sign {} {
## Read the configuration.
isolate [list confspc-eval toplevel [list source $CONFFILE]]
+ ## Sometimes `dnssec-signzone' tries to write temporary files to the
+ ## current directory. Make sure this is sensible.
+ temporary-directory
+
## Grind through all of the zones.
array unset seen
foreach view $ZONECFG(all-views) {