summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-21 14:14:34 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-21 14:14:34 +0200
commitc5137b5dac5473a61513cdd4a074bb8419db2eef (patch)
tree4f857e1a0a4fa6677be661a681497d716838e08c
parent5244a5c2ecd947d836ab9bb7f17d8b6c4143cac1 (diff)
Makefile: ffixv0.6.2
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c569a73..2893baf 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,7 @@ sshd:
echo " INSTALL $(DESTDIR)$(sysconfdir)/$$f"; \
install -DT "$$f" "$(DESTDIR)$(sysconfdir)/$$f"; \
done;
+ @echo ' SERVICE sshd restart';
service sshd restart;
.PHONY: sudo