* Fix a hard-coded reference in `shadow' to /usr/sbin/nscd. This

prevented the nscd cache from being properly invalidated after a
  change, so that e.g. `useradd x; id x' would fail.

svn path=/nixpkgs/trunk/; revision=22599
This commit is contained in:
Eelco Dolstra
2010-07-14 12:10:26 +00:00
parent cf37b58466
commit 7dd76e9ce5
2 changed files with 7 additions and 2 deletions

View File

@@ -6921,7 +6921,7 @@ let
};
shadow = import ../os-specific/linux/shadow {
inherit fetchurl stdenv pam;
inherit fetchurl stdenv pam glibc;
};
splashutils = import ../os-specific/linux/splashutils/default.nix {