| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.12 2010/05/14 22:12:57 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-functions.xml,v 1.13 2011/10/30 11:56:08 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | If you're feeling adventurous, you can add your own functions to networking. |
12 | If you're feeling adventurous, you can add your own functions to networking. |
| 13 | </abstract> |
13 | </abstract> |
| 14 | |
14 | |
| 15 | <version>8.1</version> |
15 | <version>9</version> |
| 16 | <date>2010-05-14</date> |
16 | <date>2011-10-30</date> |
| 17 | |
17 | |
| 18 | <section> |
18 | <section> |
| 19 | <title>Standard function hooks</title> |
19 | <title>Standard function hooks</title> |
| 20 | <body> |
20 | <body> |
| 21 | |
21 | |
| … | |
… | |
| 86 | } |
86 | } |
| 87 | </pre> |
87 | </pre> |
| 88 | |
88 | |
| 89 | <note> |
89 | <note> |
| 90 | For more information on writing your own functions, please read |
90 | For more information on writing your own functions, please read |
| 91 | <path>/etc/conf.d/net.example</path>. |
91 | <path>/usr/share/doc/openrc-*/net.example.bz2</path>. |
| 92 | </note> |
92 | </note> |
| 93 | |
93 | |
| 94 | </body> |
94 | </body> |
| 95 | </section> |
95 | </section> |
| 96 | <section> |
96 | <section> |
| … | |
… | |
| 163 | <c>postdown()</c> functions. |
163 | <c>postdown()</c> functions. |
| 164 | </note> |
164 | </note> |
| 165 | |
165 | |
| 166 | <note> |
166 | <note> |
| 167 | For more information on writing your own functions, please read |
167 | For more information on writing your own functions, please read |
| 168 | <path>/etc/conf.d/net.example</path>. |
168 | <path>/usr/share/doc/openrc-*/net.example.bz2</path>. |
| 169 | </note> |
169 | </note> |
| 170 | |
170 | |
| 171 | </body> |
171 | </body> |
| 172 | </section> |
172 | </section> |
| 173 | |
173 | |