summary refs log tree commit diff
path: root/pkgs/configs
Commit message (Collapse)AuthorAge
* d'oh, don't actually gzip itArmijn Hemel2006-03-08
| | | | svn path=/nixpkgs/trunk/; revision=5008
* also add protocols for IPv4 packets configuration information. This appearsArmijn Hemel2006-03-08
| | | | | | | | | to be all the information that is non-site specific. The reason I want this in a Nix expression is that it is easier to deploy in NixOS this way. It also gives me a bit of a feel of what information is safe to keep inside the store and what information isn't :) svn path=/nixpkgs/trunk/; revision=5005
* add the data for /etc/services. The reasons for this:Armijn Hemel2006-03-08
* you want to be able to deploy this sort of configuration. Various packages will not be able to work correctly without this. The GNU C library has a dependency on this, but we ignore it. glibc will happily build if this file is missing, but resolving will sometimes fail if this file is not present (syslog is one example) * this information is fairly static and changed about once or twice a year. It is maintained by IANA and cannot really be considered site-specific configuration. The package is not made a dependency for glibc, as a change here would trigger a full recompilation, even though technically speaking it is a runtime dependency using a fixed format (as dictated by IANA). svn path=/nixpkgs/trunk/; revision=5004