# make sure they don't update modutils without also getting the updated
# init.d that provides the "root_fs" facility
if [ -r $INSTALL_ROOT/etc/sysconfig/facilities ] && \
  ! grep -q "root_fs" $INSTALL_ROOT/etc/sysconfig/facilities
then
  spell_ok init.d  &&  up_trigger init.d cast_self
fi
