fresh git tree for public release
we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
commit
0ad4db4fad
271 changed files with 71255 additions and 0 deletions
5
libtirpc/doc/Makefile.am
Normal file
5
libtirpc/doc/Makefile.am
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
install: install-am
|
||||
$(mkinstalldirs) $(DESTDIR)/etc
|
||||
cp -p ./etc_netconfig $(DESTDIR)/etc/netconfig
|
||||
chmod 0644 $(DESTDIR)/etc/netconfig
|
||||
19
libtirpc/doc/etc_netconfig
Normal file
19
libtirpc/doc/etc_netconfig
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# The network configuration file. This file is currently only used in
|
||||
# conjunction with the TI-RPC code in the libtirpc library.
|
||||
#
|
||||
# Entries consist of:
|
||||
#
|
||||
# <network_id> <semantics> <flags> <protofamily> <protoname> \
|
||||
# <device> <nametoaddr_libs>
|
||||
#
|
||||
# The <device> and <nametoaddr_libs> fields are always empty in this
|
||||
# implementation.
|
||||
#
|
||||
udp tpi_clts v inet udp - -
|
||||
tcp tpi_cots_ord v inet tcp - -
|
||||
udp6 tpi_clts v inet6 udp - -
|
||||
tcp6 tpi_cots_ord v inet6 tcp - -
|
||||
rawip tpi_raw - inet - - -
|
||||
local tpi_cots_ord - loopback - - -
|
||||
unix tpi_cots_ord - loopback - - -
|
||||
Loading…
Add table
Add a link
Reference in a new issue