1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

sysvinit: Don't install mountpoint and wall

These are already provided by util-linux.
This commit is contained in:
Eelco Dolstra 2012-07-25 17:43:50 -04:00
parent 60a63886f0
commit b044cac2fc

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation {
rm -rf $out/include
rm -rf $out/share/man/man5
rm $(for i in $out/share/man/man8/*; do echo $i; done | grep -v 'pidof\|killall5')
rm $out/bin/{mountpoint,wall} $out/share/man/man1/{mountpoint.1,wall.1}
'';
meta = {