3
0
Fork 0
forked from mirrors/nixpkgs
Nix Packages collection
Find a file
Peter Simons 9a833f026b OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG
The OpenSSH binaries built by the expression by default expect system-wide
configuration files in "/etc/ssh", which is a bit of an impurity (and certainly
inconsistent with the way other package handle --sysconfdir in Nix). Those who
prefer a clean installation, can now configure that directory path.

Adding the line "openssh = { etcDir = null; };" to $NIXPKGS_CONFIG configures
OpenSSH to use the default location, i.e. $out/etc. Setting that attribute to a
string will configure OpenSSH to use that concrete path instead.

svn path=/nixpkgs/trunk/; revision=17570
2009-10-01 12:07:33 +00:00
doc * Moved the coding conventions from maintainers/docs to the Nixpkgs 2009-09-25 14:27:26 +00:00
maintainers * Moved the coding conventions from maintainers/docs to the Nixpkgs 2009-09-25 14:27:26 +00:00
pkgs OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG 2009-10-01 12:07:33 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Bumped the version number. 2009-04-24 21:59:56 +00:00