nixpkgs/pkgs/top-level
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
..
all-packages.nix OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG 2009-10-01 12:07:33 +00:00
guile-2-test.nix guile-2-test: Add GnuCash. 2009-09-30 13:11:20 +00:00
haskell-packages.nix Updated ghc-core plus dependencies. 2009-09-28 14:13:41 +00:00
make-tarball.nix svn path=/nixpkgs/trunk/; revision=16869 2009-08-26 17:09:02 +00:00
mingw.nix
perl-packages.nix * Some Perl updates. 2009-09-15 13:47:08 +00:00
python-packages.nix Build Python packages only on platforms supported by Python. 2009-09-16 14:44:31 +00:00
release.nix Fix underscores in *Kits 2009-09-30 06:32:02 +00:00