Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-sparc-kernel.xml hb-net-functions.xml
Date: Wed, 07 Mar 2007 01:00:47
Message-Id: E1HOkVw-0003u6-OT@stork.gentoo.org
1 nightmorph 07/03/07 01:00:20
2
3 Modified: hb-install-sparc-kernel.xml hb-net-functions.xml
4 Log:
5 mii-tool is deprecated, thanks to robbat2 & kingtaco for pointing it out on IRC
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?r1=1.24&r2=1.25
13
14 Index: hb-install-sparc-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- hb-install-sparc-kernel.xml 26 Feb 2007 08:54:53 -0000 1.24
21 +++ hb-install-sparc-kernel.xml 7 Mar 2007 01:00:20 -0000 1.25
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.24 2007/02/26 08:54:53 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 1.25 2007/03/07 01:00:20 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.1</version>
32 -<date>2007-02-26</date>
33 +<version>7.2</version>
34 +<date>2007-03-06</date>
35
36 <section>
37 <title>Timezone</title>
38 @@ -247,7 +247,7 @@
39 <p>
40 When you have a 4-port Ethernet machine (10/100 or 10/100/1000) the port order
41 is different from the one used by Solaris. You can use <c>sys-apps/ethtool</c>
42 -or <c>mii-tool</c> to check the port link status.
43 +to check the port link status.
44 </p>
45
46 <p>
47
48
49
50 1.10 xml/htdocs/doc/en/handbook/hb-net-functions.xml
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.10&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?rev=1.10&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml?r1=1.9&r2=1.10
55
56 Index: hb-net-functions.xml
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v
59 retrieving revision 1.9
60 retrieving revision 1.10
61 diff -u -r1.9 -r1.10
62 --- hb-net-functions.xml 28 Oct 2006 09:17:55 -0000 1.9
63 +++ hb-net-functions.xml 7 Mar 2007 01:00:20 -0000 1.10
64 @@ -4,7 +4,7 @@
65 <!-- The content of this document is licensed under the CC-BY-SA license -->
66 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
67
68 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.9 2006/10/28 09:17:55 neysx Exp $ -->
69 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.10 2007/03/07 01:00:20 nightmorph Exp $ -->
70
71 <sections>
72
73 @@ -12,8 +12,8 @@
74 If you're feeling adventurous, you can add your own functions to networking.
75 </abstract>
76
77 -<version>7.0</version>
78 -<date>2006-08-30</date>
79 +<version>7.1</version>
80 +<date>2007-03-06</date>
81
82 <section>
83 <title>Standard function hooks</title>
84 @@ -46,14 +46,6 @@
85 <pre caption="pre/post up/down function examples">
86 preup() {
87 <comment># Test for link on the interface prior to bringing it up. This
88 - # only works on some network adapters and requires the mii-diag
89 - # package to be installed.</comment>
90 - if mii-tool ${IFACE} 2> /dev/null | grep -q 'no link'; then
91 - ewarn "No link on ${IFACE}, aborting configuration"
92 - return 1
93 - fi
94 -
95 - <comment># Test for link on the interface prior to bringing it up. This
96 # only works on some network adapters and requires the ethtool
97 # package to be installed.</comment>
98 if ethtool ${IFACE} | grep -q 'Link detected: no'; then
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list