| 1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo Linux System Intialization ("rc") scripts |
| 2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
|
|
4 | |
|
|
5 | * rc-scripts 1.2.4 (30 Dec 2001) |
|
|
6 | |
|
|
7 | 30 Dec 2001: Daniel Robbins (drobbins@gentoo.org): Changed default umask |
|
|
8 | back to 022 as it should be. |
| 4 | |
9 | |
| 5 | 30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
10 | 30 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Updated |
| 6 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
11 | /etc/init.d/checkfs to return 0 if the fs was successfully repaired. |
| 7 | |
12 | |
| 8 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
13 | 29 Dec 2001; Donny Davies (woodchip@gentoo.org): |
| … | |
… | |
| 44 | svc_start() to restart the service. |
49 | svc_start() to restart the service. |
| 45 | |
50 | |
| 46 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
51 | Add a pause function to /etc/init.d/runscript.sh. It will basically |
| 47 | stop a service without stopping the services that depends on that |
52 | stop a service without stopping the services that depends on that |
| 48 | service. |
53 | service. |
|
|
54 | |
|
|
55 | Add a pause function to /etc/init.d/runscript.sh. It will basically stop a |
|
|
56 | service without stopping the services that depends on that service. |
| 49 | |
57 | |
| 50 | * rc-scripts 1.2.3 (18 Dec 2001) |
58 | * rc-scripts 1.2.3 (18 Dec 2001) |
| 51 | |
59 | |
| 52 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
60 | 16 Dec 2001; Martin Schlemmer (azarah@gentoo.org): Moved the stuff from |
| 53 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |
61 | /sbin/init (old) to /sbin/rc (basically drop the init wrapper we used). |