* Don't set the nscd restart action here.

svn path=/nixpkgs/trunk/; revision=32717
This commit is contained in:
Eelco Dolstra 2012-03-01 14:45:27 +00:00
parent 57b612cb05
commit a75ccf7dca

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
LIBEXECDIR=$out/libexec/resolvconf LIBEXECDIR=$out/libexec/resolvconf
VARDIR=/var/run/resolvconf VARDIR=/var/run/resolvconf
MANDIR=$out/share/man MANDIR=$out/share/man
RESTARTCMD="initctl restart \1" RESTARTCMD="false \1"
EOF EOF
''; '';