* Use /etc/ssh/ssh_config to allow system-wide ssh configuration.

svn path=/nixpkgs/trunk/; revision=9853
This commit is contained in:
Eelco Dolstra 2007-12-04 12:28:22 +00:00
parent b15b963936
commit 87d67364d8

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation {
preConfigure = "
configureFlags=\"$configureFlags --with-privsep-path=$out/empty\"
ensureDir $out/empty
substituteInPlace pathnames.h --replace 'SSHDIR \"/ssh_config\"' '\"/etc/ssh/ssh_config\"'
";
postInstall = "