summaryrefslogtreecommitdiff
path: root/pcr/runit-scripts
AgeCommit message (Collapse)Author
2018-07-30pcr/runit-scripts: Adjust to work with new runitLuke Shumaker
- provides/conflicts=('init'), not 'runit-init' - don't provide /etc/runit/runsvdir/current as a package file - do provide the /usr/bin/init->runit-init symlink While we're at it: - depend on generic 'udev' instead of 'eudev' - Use git sources to have a sane pkgver() function - move a sed command to prepare() - provides/conflicts=('openrc-pid1'), since it launches openrc if it's installed
2018-07-30pcr/runit-scripts: Update to whats in the reposLuke Shumaker
Apparently, Megver83 never pushed this change in git. Fortunately, git is non-authoritative. Get the current version from: https://repo.parabola.nu/sources/parabola/runit-scripts-20171120-1-x86_64.src.tar.gz
2017-11-18Add runit & update openrcDavid P
openrc-init has been packaged separately from the openrc package for OpenRC to gain compatibility with other init systems. As of now there's runit and openrc-init which provide and conflict 'init', meaning that those packages have a /sbin/init binary or symlink. Packages which provide 'init' will also go to the 'init' group. Note, however, that if attempting to install that package group all the packages will conflict, so purpose of it is to simply do 'pacman -Sg init' to see a list of the available inits.