New comment by heliocat on void-packages repository https://github.com/void-linux/void-packages/pull/29115#issuecomment-803265613 Comment: Pinging on merge or NAK of this PR. Locally everything works as expected without any alternatives messes or what have you: Before installing 20210314_2: ```carbon:~/src/void-linux/void-packages/hostdir/binpkgs/runit-void-init$ xbps-query -s runit-void [*] runit-void-20210314_1 Void Linux runit scripts carbon:~/src/void-linux/void-packages/hostdir/binpkgs/runit-void-init$ file /usr/bin/{init,halt,poweroff,reboot,shutdown}* /usr/bin/init: symbolic link to runit-init /usr/bin/halt: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5ade3fa87e2766f5e9f58454c4d8b76576bd4599, for GNU/Linux 3.2.0, stripped /usr/bin/poweroff: symbolic link to halt /usr/bin/reboot: symbolic link to halt /usr/bin/shutdown: POSIX shell script, ASCII text executable ``` After installing 20210314_2: ```carbon:~/src/void-linux/void-packages/hostdir/binpkgs/runit-void-init$ xbps-query -s runit-void [*] runit-void-20210314_2 Void Linux runit scripts cathexis@carbon:~/src/void-linux/void-packages/hostdir/binpkgs/runit-void-init$ file /usr/bin/{init,halt,poweroff,reboot,shutdown}* /usr/bin/init: symbolic link to runit-init /usr/bin/halt: symbolic link to halt-runit /usr/bin/halt-runit: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f928eb0e2d3306e5d82cbd37a6f6ab2f5ab6e98e, for GNU/Linux 3.2.0, stripped /usr/bin/poweroff: symbolic link to poweroff-runit /usr/bin/poweroff-runit: symbolic link to halt-runit /usr/bin/reboot: symbolic link to reboot-runit /usr/bin/reboot-runit: symbolic link to halt-runit /usr/bin/shutdown: symbolic link to shutdown-runit /usr/bin/shutdown-runit: POSIX shell script, ASCII text executable ``` Since there aren't any other packages currently providing alternatives for halt, init, poweroff, reboot, or shutdown, the problems noted in xbps#185, xbps#253, or void-packages#15836 are not blocking issues.