| 1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
1 | # ChangeLog for Gentoo System Intialization ("rc") scripts |
| 2 | # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2 |
2 | # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2 |
|
|
3 | |
|
|
4 | 25 Jan 2006; Roy Marples <uberlord@gentoo.org>: |
|
|
5 | |
|
|
6 | New variable RC_ULIMIT applies ulimit commands before starting a service. |
|
|
7 | This should be configured in /etc/conf.d/foo for service foo, but can also |
|
|
8 | be configured in /etc/conf.d/rc on a global basis. |
|
|
9 | RC_DAEMON now works in a similar way, instead of RC_DAEMON_foo. |
|
|
10 | Fixes, #120151. |
| 3 | |
11 | |
| 4 | 24 Jan 2006; Roy Marples <uberlord@gentoo.org>: |
12 | 24 Jan 2006; Roy Marples <uberlord@gentoo.org>: |
| 5 | |
13 | |
| 6 | Dependant services are restarted correctly when the restarted |
14 | Dependant services are restarted correctly when the restarted |
| 7 | service is started and not inactive, #120154. |
15 | service is started and not inactive, #120154. |