commit: 66651180a7c9392c44f7baa4a2a11298a5f79f8a Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Tue Jan 19 19:55:30 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jan 19 19:55:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=66651180
update change log ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 66 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa29895..e3368eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +commit 7d63dc928ca02dc9ab654078c5c1ed0b6bb017d9 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + localmount: Allow users to control whether errors are ignored + + X-Gentoo-Bug: 572138 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572138 + +commit 8e16828bd3d97e6b1e40ded616a54cb8a9e7b403 +Author: Doug Freed <[email protected]> +Commit: William Hubbs <[email protected]> + + rc: remove use of magic constant and allow OpenVZ to drop to shell + + OpenVZ has had console support for a long time now; allow them to use it + to drop to a shell during interactive boot. + +commit 3a307109168ac82f37a9a85a81b7b527a57665e5 +Author: Doug Freed <[email protected]> +Commit: William Hubbs <[email protected]> + + librc: handle rc_sys="prefix" even if we weren't built with a prefix + + This probably isn't needed, but it mimics old behavior. + +commit 290a91e8e9242582ee13c7343b630b097e2eeaf2 +Author: Doug Freed <[email protected]> +Commit: William Hubbs <[email protected]> + + librc: fix handling the nothing special case for rc_sys + +commit 04d94be766ae2808adc709b0e4e03ce1f3a75d5d +Author: Doug Freed <[email protected]> +Commit: William Hubbs <[email protected]> + + librc: move system detection code into rc_sys and use it + + This fixes an issue where librc code was calling code that only existed + in the rc binary. + + This reverts commits 8addd79 and 9f6e056 + + This fixes #75. + +commit fa6707e5b33738c3416bfbad661770302aa50212 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + fix bsd build + + X-Gentoo-Bug: 572068 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572068 + +commit 3286a98fe60d1c2617ec73ef68fc4a18f092d9da +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + start 0.20.3 + +commit dc0ab571a26e4c990559f4222780a26aa84bd463 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + update change log + commit fb37e1aa96df351b1bf591dc36ef332f86820a2b Author: William Hubbs <[email protected]> Commit: William Hubbs <[email protected]> @@ -1389,9 +1455,3 @@ Commit: William Hubbs <[email protected]> Fix off-by-one error in --test argument printout in start-stop-daemon. Fixes #34. - -commit 3c5dc0ec7774a72e243da43ac5180ea36a311ad8 -Author: William Hubbs <[email protected]> -Commit: William Hubbs <[email protected]> - - tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly
