Added some descriptions.

svn path=/nixpkgs/trunk/; revision=8920
This commit is contained in:
Michael Raskin
2007-06-26 11:49:45 +00:00
parent 4512585cd5
commit 42f841bcab
9 changed files with 34 additions and 0 deletions

View File

@@ -12,4 +12,9 @@ stdenv.mkDerivation {
preBuild = "sed -i Makefile -e 's/^CFGF=/& -DHASIPv6=1/;';";
configurePhase = "./Configure -n linux;";
installPhase = " mkdir -p $out/bin $out/man/man8; cp lsof.8 $out/man/man8/; cp lsof $out/bin";
meta = {
description = "List open files. Can show what process has opened some file,
socket (IPv6/IPv4/UNIX local), or partition (by opening a file from it).";
};
}