]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move rpc and netconfig to lib/libc/rpc/
authorBrad Davis <brd@FreeBSD.org>
Mon, 17 Sep 2018 19:20:50 +0000 (19:20 +0000)
committerBrad Davis <brd@FreeBSD.org>
Mon, 17 Sep 2018 19:20:50 +0000 (19:20 +0000)
commit77e4a39103314a5c1f3ca673097e0b7f78ebf361
treeba689280e268fe18446738d51c6436e74619c726
parent03452a498cd474fcc1edcaafa9cbb024fef2c479
Move rpc and netconfig to lib/libc/rpc/

This uses relative paths to make it more specific to avoid any potential
future problems with .PATH and leverages CONFS.

libc was picked as the destination location for these because of the syscalls
that use these files as the lowest level place they are referenced.

Approved by: re (gjb), will (mentor)
Differential Revision: https://reviews.freebsd.org/D17163
etc/Makefile
lib/libc/rpc/Makefile.inc
lib/libc/rpc/netconfig [moved from etc/netconfig with 100% similarity]
lib/libc/rpc/rpc [moved from etc/rpc with 100% similarity]