From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040211 Firefox/0.8 Description of problem: The net-tools package does not run "/sbin/chkconfig --add netplugd" in its %post script. As a result, netplugd isn't managed by chkconfig. (Thanks for including netplugd! Should be very useful for us laptop users.) Version-Release number of selected component (if applicable): net-tools-1.60-22 How reproducible: Always Steps to Reproduce: 1. rpm -Uvh net-tools-1.60-22.i386.rpm 2. /sbin/chkconfig --list netplugd 3. Actual Results: service netplugd supports chkconfig, but is not referenced in any runlevel (run 'chkconfig --add netplugd') Expected Results: netplugd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Additional info:
fixed in net-tools-1.60-23