[packages] openssh: remove the moduli file from the server
authorPeter Wagner <​tripolar@gmx.at>
Thu, 22 Sep 2011 09:37:00 +0000 (09:37 +0000)
committerPeter Wagner <​tripolar@gmx.at>
Thu, 22 Sep 2011 09:37:00 +0000 (09:37 +0000)
SVN-Revision: 28288

net/openssh/Makefile

index 334b3074ad57c7cee5cd5bb6aa7c5b8febcde444..998bc959d8c33cf63dde7460a9a745447fcc8aec 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