From d7e6257a68a68fe88f0b8c6b64068fcf8a10cb76 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Tue, 12 Feb 2008 12:28:19 +0000 Subject: [PATCH] [Packages] net/openssh: * Package ssh-keysign as well. Required for host-based authentication (http://lists.openwrt.org/pipermail/openwrt-devel/2008-February/001705.html) Signed-off-by: Michael Vogt SVN-Revision: 10446 --- net/openssh/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index ec55e6b894..606638a882 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006,2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -166,9 +166,7 @@ endef define Package/openssh-client-utils/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-add $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-agent $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ssh-keyscan $(1)/usr/bin/ + $(INSTALL_BIN) $(foreach bin,add agent keyscan keysign,$(PKG_BUILD_DIR)/ssh-$(bin)) $(1)/usr/bin/ endef define Package/openssh-server/install -- 2.30.2