iputils, as used in Red Hat Linux (there are a few flavours around apparently).
*** BIG FAT WARNING *** Right now these tools can only be used as root, because they are normally installed SUID root! svn path=/nixpkgs/trunk/; revision=1234
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{stdenv, fetchurl, kernelHeaders, glibc}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "iputils";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://www.tux.org/pub/net/ip-routing/iputils-ss021109-try.tar.bz2;
|
||||
md5 = "dd10ef3d76480990a2174d2bb0daddaf";
|
||||
};
|
||||
|
||||
inherit kernelHeaders glibc;
|
||||
}
|
||||
Reference in New Issue
Block a user