From d4873fc4b815a057fb82b3826fd58c6ceab3b0b5 Mon Sep 17 00:00:00 2001 From: frank Date: Mon, 23 Apr 2012 13:01:38 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +net-libs/libtirpc-0.2.2-r1 --- .etckeeper | 1 + netconfig | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 netconfig diff --git a/.etckeeper b/.etckeeper index 4b12b57..91e5e4f 100755 --- a/.etckeeper +++ b/.etckeeper @@ -991,6 +991,7 @@ maybe chgrp nagios './nagios/resource.cfg' maybe chmod 0660 './nagios/resource.cfg' maybe chmod 0644 './nail.rc' maybe chmod 0644 './nanorc' +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 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: +# +# \ +# +# +# The and 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 - - - -- 2.39.5