From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.9-ac10 i686) Description of problem: /etc/rc.d/init.d/identd says: # chkconfig: - 35 65 Should say # chkconfig: 2345 35 65 This prevents chkconfig from working correctly. chkconfig --add identd will not create the needed link. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. chkconfig --add identd 2. 3. Actual Results: No S links are created. Additional info:
Not supposed to, it doesn't (and shouldn't) run by default. "--add" doesn't enable it, if you want to do that, do "chkconfig identd on".