Build /etc/rpc' from Glibc, used by
rpcinfo(1)', for instance.
svn path=/nixos/trunk/; revision=11159
This commit is contained in:
parent
52aed402db
commit
7390b6e5bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user