projects
/
tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb9d703
)
rebuild actual zonefiles
master
author
Christoph Egger
<christoph@christoph-egger.org>
Thu, 18 Feb 2016 14:41:32 +0000
(15:41 +0100)
committer
Christoph Egger
<christoph@christoph-egger.org>
Thu, 18 Feb 2016 14:41:32 +0000
(15:41 +0100)
tls/addrecord
patch
|
blob
|
history
diff --git
a/tls/addrecord
b/tls/addrecord
index 8d171c3dc12e17a619f45bc88f109aaa23b7d838..27328794705cb2c4045d4d94f6a21ade1df66030 100644
(file)
--- a/
tls/addrecord
+++ b/
tls/addrecord
@@
-95,6
+95,9
@@
class Addrecord:
os.rename('%s/%s.m4.new' % (sort, self._host),
'%s/%s.m4' % (sort, self._host))
+ # forced-command is make -C ...
+ # rebuilds the actual zone file
+ subprocess.call(["ssh", "opendnssec@localhost"])
fcntl.flock(lockfd, fcntl.LOCK_UN)