On Sun, Jun 5, 2016 at 9:37 AM, Michael Orlitzky <[email protected]> wrote: > > I did take your suggestion and check for rc-service though. I shouldn't > count on openrc being in @system forever. >
I suspect it would still work if openrc weren't installed: bash -c "/etc/init.d/cups-browsed status || echo failed" bash: /etc/init.d/cups-browsed: /sbin/runscript: bad interpreter: No such file or directory failed You are correct in being careful about openrc being in @system. Once we fix everything using /etc/init.d/functions.sh that will probably change. (It will still be installed by default via a virtual, but will get depcleaned if you switch to systemd and don't put it in @world). -- Rich

