Description of problem: iiimf-server contains an init.d script, but it doesn't set it up when it is installed. Version-Release number of selected component (if applicable): im-sdk-11_4-4 How reproducible: every time Steps to Reproduce: 1. Install iiimf-server. 2. chkconfig --list IIimf Actual results: service IIim supports chkconfig, but is not referenced in any runlevel (run 'chkconfig --add IIim') Expected results: IIim 0:off 1:off 2:on 3:on 4:on 5:on 6:off Additional info: Something like this needs to be added to the spec file: %post /sbin/chkconfig --add IIim %preun if [ "$1" = 0 ] ; then service IIim stop >/dev/null 2>&1 /sbin/chkconfig --del IIim fi %postun if [ "$1" -ge "1" ]; then service IIim condrestart >/dev/null 2>&1 fi
It is in 11_4-7.
Thanks, confirmed fixed in 11.4-7.