From a2060472fe74355a4b772ca0efd28249702a7025 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Sat, 25 Feb 2012 21:17:06 +0100 Subject: Imported Debian version 0.5 --- update-openssh-known-hosts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update-openssh-known-hosts') diff --git a/update-openssh-known-hosts b/update-openssh-known-hosts index 00d74a6..bf5981b 100755 --- a/update-openssh-known-hosts +++ b/update-openssh-known-hosts @@ -76,15 +76,15 @@ run-parts --list "${CONFDIR}/sources/" | while read sourcefile; do if [ "$fail" = "1" ]; then exit 1 fi - } + } >&2 ) || exit 1 if [ -e ${source}/new ]; then mv ${source}/new ${source}/current fi if [ -e ${source}/current ]; then - cat ${source}/current >&3 + sort -u ${source}/current >&3 fi -done 3>&1 | sort -u >| "${OUTFILE}.new" +done 3>| "${OUTFILE}.new" if cmp -s "${OUTFILE}" "${OUTFILE}.new"; then rm "${OUTFILE}.new" -- cgit v1.2.3