| … | |
… | |
| 2 | # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL |
2 | # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL |
| 3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
3 | # Written by Daniel Robbins (drobbins@gentoo.org) |
| 4 | |
4 | |
| 5 | 10 May 2004; Aron Griffis <agriffis@gentoo.org>: |
5 | 10 May 2004; Aron Griffis <agriffis@gentoo.org>: |
| 6 | |
6 | |
|
|
7 | Fix bug 50434: The new version of start-stop-daemon changes |
|
|
8 | directory to / by default unless --chdir is specified. Revert |
|
|
9 | this behavior to maintain working directory. This fixes openvpn |
|
|
10 | startup (probably among other things). Thanks to Sven Wegener for |
|
|
11 | the patch. |
|
|
12 | |
| 7 | Fix bug 50448: Four days ago I changed bash loops to use the wrong |
13 | Fix bug 50448: Four days ago I changed bash loops to use the wrong |
| 8 | conditional syntax in net.eth0. Thanks to Sven Wegener in bug |
14 | conditional syntax in net.eth0. Thanks to Sven Wegener for |
| 9 | 50448 for pointing out the problem and providing a patch. |
15 | pointing out the problem and providing a patch. |
| 10 | |
16 | |
| 11 | * rc-scripts 1.4.11 (07 May 2004) |
17 | * rc-scripts 1.4.11 (07 May 2004) |
| 12 | |
18 | |
| 13 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
19 | 07 May 2004; Aron Griffis <agriffis@gentoo.org>: |
| 14 | |
20 | |