Description of Problem: Doing a perusal of /etc/init.d, I found several entries that seemed to require a chkconfig --add on the service. [Most of these did show up during the null betas so this seems to be a change between null and 8.0] ypbind was one of them. [root@glasya init.d]# rpm -qf ypbind ypbind-1.11-2 [root@glasya init.d]# chkconfig --list ypbind service ypbind supports chkconfig, but is not referenced in any runlevel (run 'chkconfig --add ypbind') [root@glasya init.d]# chkconfig --add ypbind [root@glasya init.d]# chkconfig --list ypbind ypbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off
New feature of RH 8.0 not to add items that arent needed. Needs to be documented in updated RELEASE-NOTES or known issues. Let technical support add it to their DB. Thanks Bill Nottingham.