From 7390b6e5bd1a32a145d7095bb67b31c9b1f2586c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 17 Mar 2008 12:33:21 +0000 Subject: [PATCH] Build `/etc/rpc' from Glibc, used by `rpcinfo(1)', for instance. svn path=/nixos/trunk/; revision=11159 --- etc/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/default.nix b/etc/default.nix index bcd8b57fe58..244f32fb5df 100644 --- a/etc/default.nix +++ b/etc/default.nix @@ -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;