powerman - News Dashboard

KEYWORDS reset to ~arch

Posted: 2017-02-27 by Alex Efros
This overlay was updated to conform current Gentoo policy.

One of changes was to reset KEYWORDS in all packages to ~arch,
and I plan to keep it in this state forever.

So, to receive updates to already installed packages you should add

*/*::powerman

to /etc/portage/package.keywords.

runit-2.1.2-r1 updates

Posted: 2017-02-27 by Alex Efros
All installed services was moved from /service/ to /etc/sv/.
All running services was moved from /var/service/ to /etc/service/.

To complete this move you should manually update paths used by symlinks
in /etc/service/ from /service/ to /etc/sv/:

for s in /etc/runit/runsvdir/*/*; do
ln -snf "$(readlink "$s" | sed 's:^/service:/etc/sv:;s:/$::')" "$s"
done

After reboot you can remove /var/service.

More... (Archive)