]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/
authorBrad Davis <brd@FreeBSD.org>
Mon, 17 Sep 2018 18:56:47 +0000 (18:56 +0000)
committerBrad Davis <brd@FreeBSD.org>
Mon, 17 Sep 2018 18:56:47 +0000 (18:56 +0000)
commit03452a498cd474fcc1edcaafa9cbb024fef2c479
treed60bfcafaa1c97a6dff350008e62e7b988f37b01
parent87bdca8290e725e557d5c71c414e9bf5f68f5a5c
Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/

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/D17164
etc/Makefile
lib/libc/net/Makefile.inc
lib/libc/net/hosts [moved from etc/hosts with 100% similarity]
lib/libc/net/hosts.equiv [moved from etc/hosts.equiv with 100% similarity]
lib/libc/net/networks [moved from etc/networks with 100% similarity]
lib/libc/net/nsswitch.conf [moved from etc/nsswitch.conf with 100% similarity]
lib/libc/net/protocols [moved from etc/protocols with 100% similarity]