From 981c7de8d29a30ec56e26fd3a1e776004f554e87 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 22 Sep 2011 09:37:00 +0000 Subject: [PATCH] [packages] openssh: remove the moduli file from the server SVN-Revision: 28288 --- net/openssh/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 334b3074ad..998bc959d8 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -173,7 +173,6 @@ define Package/openssh-server/install $(INSTALL_DIR) $(1)/etc/ssh chmod 0700 $(1)/etc/ssh $(CP) $(PKG_INSTALL_DIR)/etc/ssh/sshd_config $(1)/etc/ssh/ - $(CP) $(PKG_INSTALL_DIR)/etc/ssh/moduli $(1)/etc/ssh/ $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/sshd.init $(1)/etc/init.d/sshd $(INSTALL_DIR) $(1)/usr/sbin -- 2.30.2