projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa8c928
)
openssh: remove the moduli file from the server
author
Peter Wagner
<tripolar@gmx.at>
Thu, 22 Sep 2011 09:37:00 +0000
(09:37 +0000)
committer
Peter Wagner
<tripolar@gmx.at>
Thu, 22 Sep 2011 09:37:00 +0000
(09:37 +0000)
SVN-Revision: 28288
net/openssh/Makefile
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index 334b3074ad57c7cee5cd5bb6aa7c5b8febcde444..998bc959d8c33cf63dde7460a9a745447fcc8aec 100644
(file)
--- 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