Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.11.x commit in: doc/
Date: Sun, 28 Oct 2012 21:44:06
Message-Id: 1351454561.a75a9940b0786ae8c531a22bd6477799d0b0549a.WilliamH@OpenRC
1 commit: a75a9940b0786ae8c531a22bd6477799d0b0549a
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 22 14:35:14 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 20:02:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a75a9940
7
8 oldnet: document the carrier_timeout option
9
10 ---
11 doc/net.example.BSD.in | 5 +++++
12 doc/net.example.Linux.in | 5 +++++
13 2 files changed, 10 insertions(+), 0 deletions(-)
14
15 diff --git a/doc/net.example.BSD.in b/doc/net.example.BSD.in
16 index 585f73d..6cd2caf 100644
17 --- a/doc/net.example.BSD.in
18 +++ b/doc/net.example.BSD.in
19 @@ -368,6 +368,11 @@
20 #rc-update add devd boot
21 #rc
22
23 +# Set carrier detection timeout.
24 +# This allows the interface to only start if there is a carrier. The
25 +# default setting is 0 which means to ignore this.
26 +# carrier_timeout_eth0=0
27 +
28 ##############################################################################
29 # ADVANCED CONFIGURATION
30 #
31
32 diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
33 index 8ef476d..eb09a48 100644
34 --- a/doc/net.example.Linux.in
35 +++ b/doc/net.example.Linux.in
36 @@ -1130,6 +1130,11 @@
37 # Hypothetical network card that requires a change-eeprom toggle to enable flashing
38 #ethtool_order_eth0="change-eeprom flash change pause coalesce ring offload nfc rxfh-indir ntuple"
39
40 +# Set carrier detection timeout.
41 +# This allows the interface to only start if there is a carrier. The
42 +# default setting is 0 which means to ignore this.
43 +# carrier_timeout_eth0=0
44 +
45 ##############################################################################
46 # ADVANCED CONFIGURATION
47 #