projects
/
zonemaker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40b6b5
)
rndc gives textual and exit-code feedback, use it
author
Ralf Jung
<post@ralfj.de>
Thu, 1 Jan 2015 13:34:42 +0000
(14:34 +0100)
committer
Ralf Jung
<post@ralfj.de>
Thu, 1 Jan 2015 13:34:42 +0000
(14:34 +0100)
Makefile.sample
patch
|
blob
|
history
diff --git
a/Makefile.sample
b/Makefile.sample
index c2d05c713c82d8f3c990cb4652702fe69f1b3094..3af6904f03b5883cb5de24e82226991a2c1bf5da 100644
(file)
--- a/
Makefile.sample
+++ b/
Makefile.sample
@@
-1,4
+1,7
@@
+all: db.example.com
+
db.example.com: db.example.com.py
@sudo -u user ~user/zonemaker/zone-maker $< > $@ || rm -f $@
@cat $@
- @rndc reload example.com
+ @echo
+ @rndc reload example.com || rm -f $@