]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 18:40:56 +0000 (19:40 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 18:40:56 +0000 (19:40 +0100)
Package changes:
+net-libs/libtirpc-0.2.2-r1

.etckeeper
netconfig [new file with mode: 0644]

index 7f30f30855bd8dcf6e04ca4c9dab5e0d6a635c5c..e3a675aeaafe97b862b2c18b2f538a8bd14b6d24 100755 (executable)
@@ -747,6 +747,7 @@ maybe chmod 0644 './mysql/mysqlaccess.conf'
 maybe chmod 0644 './nanorc'
 maybe chmod 0755 './nas'
 maybe chmod 0444 './nas/nasd.conf'
+maybe chmod 0644 './netconfig'
 maybe chmod 0644 './networks'
 maybe chmod 0644 './nscd.conf'
 maybe chmod 0644 './nsswitch.conf'
diff --git a/netconfig b/netconfig
new file mode 100644 (file)
index 0000000..effc67e
--- /dev/null
+++ b/netconfig
@@ -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  -      -       -