From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020724 Description of problem: Typing in (Limbo, beta 2) the following as root : [root@limbo-pc /]# for i in /etc/rc.d/init.d/*; do chkconfig --list |grep `basename $i` >/dev/null || echo `basename $i` ; done returns "ypbind" Version-Release number of selected component (if applicable): Source RPM: ypbind-1.11-2.src.rpm How reproducible: Always Steps to Reproduce: As root, type in : for i in /etc/rc.d/init.d/*; do chkconfig --list |grep `basename $i` >/dev/null || echo `basename $i` ; done Actual Results: ypbind shows up Expected Results: ypbind should not show up :-) Additional info:
This is done by authconfig when you do not have NIS enabled.