From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 22 Sep 2011 09:37:00 +0000 (+0000) Subject: openssh: remove the moduli file from the server X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2977cb9929582f7846fb3507cdb58964b6270fb8;p=openwrt%2Fsvn-archive%2Fpackages.git openssh: remove the moduli file from the server SVN-Revision: 28288 --- 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