aboutsummaryrefslogtreecommitdiff
path: root/etc/netconfig
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-17 19:20:50 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-17 19:20:50 +0000
commit77e4a39103314a5c1f3ca673097e0b7f78ebf361 (patch)
treeba689280e268fe18446738d51c6436e74619c726 /etc/netconfig
parent03452a498cd474fcc1edcaafa9cbb024fef2c479 (diff)
downloadsrc-77e4a39103314a5c1f3ca673097e0b7f78ebf361.tar.gz
src-77e4a39103314a5c1f3ca673097e0b7f78ebf361.zip
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
Notes
Notes: svn path=/head/; revision=338732
Diffstat (limited to 'etc/netconfig')
-rw-r--r--etc/netconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/netconfig b/etc/netconfig
deleted file mode 100644
index 109f2e36ad43..000000000000
--- a/etc/netconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-#
-# The network configuration file. This file is currently only used in
-# conjunction with the (TI-) RPC code in the C library, unlike its
-# use in SVR4.
-#
-# Entries consist of:
-#
-# <network_id> <semantics> <flags> <protofamily> <protoname> \
-# <device> <nametoaddr_libs>
-#
-# The <device> and <nametoaddr_libs> fields are always empty in FreeBSD.
-#
-udp6 tpi_clts v inet6 udp - -
-tcp6 tpi_cots_ord v inet6 tcp - -
-udp tpi_clts v inet udp - -
-tcp tpi_cots_ord v inet tcp - -
-rawip tpi_raw - inet - - -
-local tpi_cots_ord - loopback - - -