From af95e23967b6b620a09ef504052f8f9e5e9c24d6 Mon Sep 17 00:00:00 2001 From: tripolar Date: Thu, 22 Sep 2011 09:37:00 +0000 Subject: [PATCH] [packages] openssh: remove the moduli file from the server git-svn-id: svn://svn.openwrt.org/openwrt/packages@28288 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openssh/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 334b3074a..998bc959d 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.11.0