From 684fde7097441fab5cdb52265cfc8a43675af476 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 1 Jan 2015 14:34:42 +0100 Subject: [PATCH] rndc gives textual and exit-code feedback, use it --- Makefile.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.sample b/Makefile.sample index c2d05c7..3af6904 100644 --- 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 $@ -- 2.30.2