[packages] openssh: remove the moduli file from the server
authortripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Sep 2011 09:37:00 +0000 (09:37 +0000)
committertripolar <tripolar@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Sep 2011 09:37:00 +0000 (09:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28288 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/openssh/Makefile

index 334b307..998bc95 100644 (file)
@@ -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