* Use /etc/ssh/ssh_config to allow system-wide ssh configuration.
svn path=/nixpkgs/trunk/; revision=9853
This commit is contained in:
parent
b15b963936
commit
87d67364d8
pkgs/tools/networking/openssh
|
@ -24,6 +24,7 @@ stdenv.mkDerivation {
|
||||||
preConfigure = "
|
preConfigure = "
|
||||||
configureFlags=\"$configureFlags --with-privsep-path=$out/empty\"
|
configureFlags=\"$configureFlags --with-privsep-path=$out/empty\"
|
||||||
ensureDir $out/empty
|
ensureDir $out/empty
|
||||||
|
substituteInPlace pathnames.h --replace 'SSHDIR \"/ssh_config\"' '\"/etc/ssh/ssh_config\"'
|
||||||
";
|
";
|
||||||
|
|
||||||
postInstall = "
|
postInstall = "
|
||||||
|
|
Loading…
Reference in New Issue