> Hi Folks, > A while back, I emerged Welcome2L, which is a neat little logo > and > spec graphic for the console. I've gotten framebuffer working now and > want to get rid of it but it is in an "UNASSIGNED" runlevel and I > can't find an option to remove it from all runlevels. > > $ rc-status -a > Runlevel: UNASSIGNED > Welcome2L [ off ] [snip] > named etc etc etc.............................................. > > > $ sudo /sbin/rc-update del Welcome2L > * Welcome2L not found in any of the specified runlevels. > > I've tried *, -a. --all and UNASSIGNED but still get the same error. > Any ideas other than deleting the script from /etc/init.d?
It seems that all the init-scripts that are not put in a runlevel by rc-update are put in UNASSIGNED. You can check for your self. All init-scripts residing in a runlevel is sym-linked somewhere under /etc/runlevels depending on which runlevel you've added them to. So Welcome2L is not auto-started at boot because it's not in a specified runlevel. Is this what you wanted or do you just want to get rid of the init-script? In that case you'll just have to remove it as it's not removed when you unmerge the application as /etc/* is config-protected. Patrick B�rjesson -- Public key ID: 4C5AB0BF Public key available at wwwkeys.pgp.net
pgp00000.pgp
Description: PGP signature
