From 10ea56e4561fde4b9805d343093993ab52350f7a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 15 May 2008 13:56:36 +0200 Subject: [PATCH] do not append, recreate files --- .ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2