Age | Commit message (Collapse) | Author |
|
- 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
|
|
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
|
|
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.
|