]> Frank Brehm's Git Trees - config/weimar/etc.git/commitdiff
committing changes in /etc after emerge run
authorroot <root@weimar.pb.local>
Fri, 17 Jun 2016 07:20:31 +0000 (09:20 +0200)
committerroot <root@weimar.pb.local>
Fri, 17 Jun 2016 07:20:31 +0000 (09:20 +0200)
Package changes:
+net-libs/libtirpc-0.2.5

.etckeeper
netconfig [new file with mode: 0644]

index 6b2034e7853a8ffff2f34105721c9a64329f0f3c..ca361efe8e235c979dfd9519c23169d9c0f704ea 100755 (executable)
@@ -715,6 +715,7 @@ maybe chmod 0644 'mysql/my.cnf'
 maybe chmod 0644 'mysql/mysqlaccess.conf'
 maybe chmod 0644 'nail.rc'
 maybe chmod 0644 'nanorc'
+maybe chmod 0644 'netconfig'
 maybe chmod 0644 'networks'
 maybe chmod 0644 'nsswitch.conf'
 maybe chmod 0644 'ntp.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  -      -       -