Build /etc/rpc' from Glibc, used by rpcinfo(1)', for instance.

svn path=/nixos/trunk/; revision=11159
This commit is contained in:
Ludovic Courtès 2008-03-17 12:33:21 +00:00
parent 52aed402db
commit 7390b6e5bd

View file

@ -42,6 +42,11 @@ import ../helpers/make-etc.nix {
target = "protocols";
}
{ # RPC program numbers.
source = pkgs.glibc + "/etc/rpc";
target = "rpc";
}
{ # Hostname-to-IP mappings.
source = pkgs.substituteAll {
src = ./hosts;