diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-05-10 15:15:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-05-10 15:15:07 +0000 |
commit | 906bd1d5c90c4374eed715d4be575db2e5132b8b (patch) | |
tree | 0ab7f54d3035d05b97fa8203c16d203e2393e252 /sys-apps/baselayout/ChangeLog | |
parent | Closing #49718 (diff) | |
download | historical-906bd1d5c90c4374eed715d4be575db2e5132b8b.tar.gz historical-906bd1d5c90c4374eed715d4be575db2e5132b8b.tar.bz2 historical-906bd1d5c90c4374eed715d4be575db2e5132b8b.zip |
Update to rc-scripts-1.4.12, which fixes the following issues that were introduced in baselayout-1.9.0: - Fix bug 50434: The new version of start-stop-daemon changes directory to / by default unless --chdir is specified. Revert this behavior to maintain working directory. This fixes openvpn startup (probably among other things). Thanks to Sven Wegener for the patch. - Fix bug 50448: Four days ago I changed bash loops to use the wrong conditional syntax in net.eth0. Thanks to Sven Wegener for pointing out the problem and providing a patch.
Diffstat (limited to 'sys-apps/baselayout/ChangeLog')
-rw-r--r-- | sys-apps/baselayout/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog index ff2023546acc..d38c2710a407 100644 --- a/sys-apps/baselayout/ChangeLog +++ b/sys-apps/baselayout/ChangeLog @@ -1,10 +1,25 @@ # ChangeLog for sys-apps/baselayout # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.139 2004/05/08 11:28:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.140 2004/05/10 15:15:06 agriffis Exp $ # See the gentoo-src rc-scripts ChangeLog for up-to-date release information: # http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup +*baselayout-1.9.1 (10 May 2004) + + 10 May 2004; Aron Griffis <agriffis@gentoo.org> +baselayout-1.9.1.ebuild, + -baselayout-1.9.0.ebuild: + Update to rc-scripts-1.4.12, which fixes the following issues that + were introduced in baselayout-1.9.0: + - Fix bug 50434: The new version of start-stop-daemon changes + directory to / by default unless --chdir is specified. Revert + this behavior to maintain working directory. This fixes openvpn + startup (probably among other things). Thanks to Sven Wegener for + the patch. + - Fix bug 50448: Four days ago I changed bash loops to use the wrong + conditional syntax in net.eth0. Thanks to Sven Wegener for + pointing out the problem and providing a patch. + 08 May 2004; Aron Griffis <agriffis@gentoo.org> baselayout-1.9.0.ebuild: Bump rc-scripts rev to 1.4.11-r1 because I accidentally packaged x86 .o files in the 1.4.11 release. This fixes bug 50430 (baselayout-1.9.0 won't build on |