summary refs log tree commit diff
path: root/pkgs/os-specific/linux/net-tools
Commit message (Collapse)AuthorAge
* * Fix broken meta attributes.Eelco Dolstra2009-10-13
| | | | svn path=/nixpkgs/trunk/; revision=17773
* * net-tools: install the manpages in $out/share/man/manN instead ofEelco Dolstra2009-09-29
| | | | | | $out/share/manN. Cleaned up the expression at the same time. svn path=/nixpkgs/trunk/; revision=17509
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* Turned IPv6 on in net-tools.Michael Raskin2007-06-20
| | | | svn path=/nixpkgs/trunk/; revision=8902
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256;Eelco Dolstra2005-02-21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this contains mostly Armijn's pure stdenv-linux. * After unpacking the statically linked GCC, patch all store paths to /nix/store/ffffffffffffffffffffffffffffffff. Ugly hack to prevent undeclared references but it works. * We don't need Glib's dynamic libraries in the first bootstrap stage; delete them. Actually the downloaded Glibc binary is only needed for building Glibc, since GCC needs a C compiler to build some programs in `configure'. So static linking is fine for that. Maybe it would be better to patch `configure' so that we don't need a pre-built Glibc at all. * Set the svn:executable property on `cp' and `patchelf'. * In Glibc, revert to LinuxThreads. Maybe NPTL will work, but TLS support is a problem. * Delete most Glibc patches; they're no longer needed since the branch updated it to 20050110. * Some cleanups. svn path=/nixpkgs/trunk/; revision=2258
| * patch net-tools to make it work nicely with gcc-3.4Armijn Hemel2004-12-17
| | | | | | | | svn path=/nixpkgs/branches/nixos-pkgs/; revision=1898
* | * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | | | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* | gcc-3.4 doesn't like empty labels in a switch statement...Armijn Hemel2004-11-08
|/ | | | svn path=/nixpkgs/trunk/; revision=1722
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Added net-tools (for ifconfig, route, hostname).Eelco Dolstra2004-02-19
svn path=/nixpkgs/trunk/; revision=805