I've bumped sys-apps/openrc to version 0.8.2-r1 to synchronize
with the stable version in Gentoo. The update from 0.8.2 to
0.8.2-r1 was intended to address some local.d migration issues.
I've also cleaned out some older files.
Gentoo is moving towards stabilization of openrc, and the 0.8.1
release has been presented as a release candidate. This ebuild
adds the Sabayon customizations to the openrc-0.8.1 ebuild, following
the pattern used in the previous Sabayon openrc ebuilds.
Openrc scans for clock skew on system start-up to determine if it
should save the dependency cache on shutdown. If a clockskew is
detected, the dependency cache is not saved.
However, /etc/init.d/savecache would return a "1" error code,
which halted further processing of shutdown scripts, and causes
the computer to shutdown unclean.
Since the calling program does not know how to handle an error
due to clock skew, the /etc/init.d/savecache script returns a
"0" now, to allow the computer to finish unmounting drives and
perform a clean shutdown.
Added sys-apps/openrc-0.6.1-r2 (bumping to latest revision level
and added Sabayon branding and keymap protection). Also, cleaned
out older openrc revisions.