nixpkgs/pkgs/tools
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
..
admin Remove broken platforms 2009-08-26 12:05:28 +00:00
archivers
backup
bluetooth * Added obexd. 2009-09-29 12:54:08 +00:00
cd-dvd
compression Added XZ package 2009-09-08 20:03:37 +00:00
graphics Restrict DataMatrix to Linux: it depends on librsvg which is part of Gnome which currently fails on cygwin and darwin 2009-09-29 06:53:00 +00:00
misc Fixing purity in 'man' build. 2009-09-24 22:18:59 +00:00
networking OpenSSH: allow users to configure --sysconfdir via $NIXPKGS_CONFIG 2009-10-01 12:07:33 +00:00
package-management reverting -r17404 - the patch I should have kept private 2009-09-24 21:39:32 +00:00
pydb
security * Fix a broken URL, and update sudo while we're at it. 2009-09-06 21:36:51 +00:00
system GNU Parted: Don't try non-Linux platforms. 2009-09-17 10:42:27 +00:00
text * darwin patch to make sure gnupatch doesn't get dSYM extension 2009-07-23 22:07:45 +00:00
typesetting xmlto: Remove explicit dependency on Glibc. 2009-09-18 18:22:42 +00:00
video Adding vncrec - a VNC recorder 2009-08-07 12:00:00 +00:00
X11 Adding option to xlaunch to terminate X server after original client closes connection 2009-08-04 10:14:29 +00:00