Description of problem: The manual page chkconfig(8) shows: <quote> OPTIONS --level levels Specifies the run levels an operation should pertain to. It is given as a string of numbers from 0 to 7. For example, --level 35 specifies runlevels 3 and 5. </quote> There's no run level 7, and indeed chkconfig doesn't accept 7 as a valid level parameter. The valid values are from 0 to 6 inclusive. Version-Release number of selected component (if applicable): chkconfig-1.3.37-2.i386 How reproducible: Always Steps to Reproduce: 1. man chkconfig 2. search for "7" Actual results: Incorrect run level 7 specified Expected results: Run level 0-6 are specified Additional info:
Fixed in git. Will be pulled into Fedora 10 after the translation freeze rebuild.