From: martin f. krafft Date: Thu, 15 May 2008 11:56:36 +0000 (+0200) Subject: do not append, recreate files X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/10ea56e4561fde4b9805d343093993ab52350f7a do not append, recreate files --- diff --git a/.ssh/Makefile b/.ssh/Makefile index 2e751c2..fcd46f6 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -8,7 +8,7 @@ known_hosts: $(wildcard known_hosts.d/*) echo; \ echo "### from $$f:"; \ cat $$f; \ - done >> $@ + done > $@ authorized_keys: $(wildcard authorized_keys.d/*) touch $@ @@ -16,7 +16,7 @@ authorized_keys: $(wildcard authorized_keys.d/*) echo; \ echo "### from $$f:"; \ cat $$f; \ - done >> $@ + done > $@ SSH_VERSION = $(shell ssh -V 2>&1) config: config.in