| 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>: |
5 | 04 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
6 | |
|
|
7 | net-scripts/net.modules.d/pump |
|
|
8 | - fixed setting ntp servers |
|
|
9 | |
|
|
10 | net-scripts/net.modules.d/dhcpcd |
|
|
11 | - fixed stopping function |
|
|
12 | |
|
|
13 | net-scripts/net.modules.d/bonding |
|
|
14 | - fixed module to actually work with the interface |
|
|
15 | |
|
|
16 | net-scripts/init.d/net.lo |
|
|
17 | - we remove all added functions when restarting an interface |
|
|
18 | this relies on the diff command being available |
|
|
19 | |
|
|
20 | added isdn support via the new ipppd module |
|
|
21 | |
|
|
22 | net-scripts/conf.d/net.example |
|
|
23 | - added sample isdn setup |
|
|
24 | |
|
|
25 | net-scripts/conf.d/wireless.example |
|
|
26 | - added better descriptions to the _sleep variables |
|
|
27 | |
|
|
28 | Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh |
|
|
29 | - fixed bug #70022 |
| 6 | |
30 | |
| 7 | net.lo - added get_type function to return the type of the interface |
31 | net.lo - added get_type function to return the type of the interface |
| 8 | - eth, ippp, etc |
32 | - eth, ippp, etc |
| 9 | |
33 | |
| 10 | ipppd, tuntap |
34 | ipppd, tuntap |
| … | |
… | |
| 14 | |
38 | |
| 15 | bridge - fixed stop function and moved start() to pre_start() |
39 | bridge - fixed stop function and moved start() to pre_start() |
| 16 | and automatically start if the variable bridge_${iface} exists |
40 | and automatically start if the variable bridge_${iface} exists |
| 17 | |
41 | |
| 18 | net.example - fixed up documentation for changed behaviour above |
42 | net.example - fixed up documentation for changed behaviour above |
| 19 | |
|
|
| 20 | 04 Nov 2004; Roy Marples <uberlord@gentoo.org>: |
|
|
| 21 | |
|
|
| 22 | net-scripts/net.modules.d/bonding |
|
|
| 23 | - fixed module to actually work with the interface |
|
|
| 24 | |
|
|
| 25 | net-scripts/init.d/net.lo |
|
|
| 26 | - we remove all added functions when restarting an interface |
|
|
| 27 | this relies on the diff command being available |
|
|
| 28 | |
|
|
| 29 | added isdn support via the new ipppd module |
|
|
| 30 | |
|
|
| 31 | net-scripts/conf.d/net.example |
|
|
| 32 | - added sample isdn setup |
|
|
| 33 | |
|
|
| 34 | net-scripts/conf.d/wireless.example |
|
|
| 35 | - added better descriptions to the _sleep variables |
|
|
| 36 | |
|
|
| 37 | Fixed boolean logic error when testing is_net_up in /sbin/runscript.sh |
|
|
| 38 | - fixed bug #70022 |
|
|
| 39 | |
43 | |
| 40 | 03 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
44 | 03 Nov 2004; Mike Frysinger <vapier@gentoo.org>: |
| 41 | |
45 | |
| 42 | When launching critical services in /sbin/rc, make sure we source |
46 | When launching critical services in /sbin/rc, make sure we source |
| 43 | the conf.d file (if it exists). Resolves #69956. |
47 | the conf.d file (if it exists). Resolves #69956. |