From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.5) Gecko/20041217 Description of problem: Most Red Hat configuration tools have been renamed from redhat-config-* to system-config-* (the executables, not the packages themselves). Some tools have been left behind. For example the executables for the redhat-config-proc package are still called redhat-config-proc instead of system-config-proc. This is annoying when using shell completion to find a system configuration tool. See also similar bug report for Fedora and another Red Hat Enterprise Linux 4 package: https://bugzilla.redhat.com/beta/show_bug.cgi?id=115977 https://bugzilla.redhat.com/beta/show_bug.cgi?id=150299 Version-Release number of selected component (if applicable): redhat-config-proc-0.23-0.EL3.1 How reproducible: Always Steps to Reproduce: 1.rpm -ql redhat-config-proc Actual Results: [...] /usr/bin/redhat-config-proc /usr/sbin/redhat-config-proc [...] Expected Results: [...] /usr/bin/system-config-proc /usr/sbin/system-config-proc [...] Additional info:
there is no system-config-proc for RHEL4
Ah yes, you're right. Then it's an upgrade bug. I've just upgraded from RHEL ES 3 to RHEL ES 4 and the package is still there: # rpm -q redhat-config-proc redhat-config-proc-0.23-0.EL3.1 #