| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 | |
4 | |
|
|
5 | 05 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
6 | |
|
|
7 | net-scripts/init.d/net.lo |
|
|
8 | - added use dependany on wlan incase we're using linux-wlan-ng drivers |
|
|
9 | fixes bug #64978 |
|
|
10 | - moved start() to run_start() and stop() to run_stop() |
|
|
11 | created run() and new start()/stop() functions |
|
|
12 | this is so that we have one single entry point to localise variables |
|
|
13 | and to remove any added functions loaded by our modules |
|
|
14 | - removed redundant interface_exists() as it's provided by |
|
|
15 | ifconfig and/or iproute2 |
|
|
16 | |
|
|
17 | net-scripts/net.modules.d/ifconfig and iproute2 |
|
|
18 | - added ifconfig_tunnel and iproute2_tunnel functions |
|
|
19 | |
|
|
20 | addred gre/ipip tunnel support via the the tunnel module |
|
|
21 | - fixes bug #50765 |
|
|
22 | |
| 5 | 04 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
23 | 04 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
| 6 | |
24 | |
| 7 | net-scripts/net.modules.d/pump |
25 | net-scripts/net.modules.d/pump |
| 8 | - fixed setting ntp servers |
26 | - fixed setting ntp servers |
| 9 | |
27 | |
| … | |
… | |
| 15 | |
33 | |
| 16 | net-scripts/init.d/net.lo |
34 | net-scripts/init.d/net.lo |
| 17 | - we remove all added functions when restarting an interface |
35 | - we remove all added functions when restarting an interface |
| 18 | this relies on the diff command being available |
36 | this relies on the diff command being available |
| 19 | |
37 | |
| 20 | added isdn support via the new ipppd module |
38 | added isdn support via the new ipppd module - fixes bug #69035 |
| 21 | |
39 | |
| 22 | net-scripts/conf.d/net.example |
40 | net-scripts/conf.d/net.example |
| 23 | - added sample isdn setup |
41 | - added sample isdn setup |
| 24 | |
42 | |
| 25 | net-scripts/conf.d/wireless.example |
43 | net-scripts/conf.d/wireless.example |