forked from mirrors/nixpkgs
* openssh: Install the moduli file.
svn path=/nixpkgs/trunk/; revision=19753
This commit is contained in:
parent
947e2c71ad
commit
0e212964fb
|
@ -51,6 +51,9 @@ stdenv.mkDerivation rec {
|
|||
cp contrib/ssh-copy-id $out/bin/
|
||||
chmod +x $out/bin/ssh-copy-id
|
||||
cp contrib/ssh-copy-id.1 $out/share/man/man1/
|
||||
|
||||
ensureDir $out/etc/ssh
|
||||
cp moduli $out/etc/ssh/
|
||||
'';
|
||||
|
||||
installTargets = "install-nosysconf";
|
||||
|
|
Loading…
Reference in a new issue