# Kludge to make sure the prompts to set the default providers for the new (in
# init.d 2.2.0) facilities default to "y" the first time so we don't make
# systems unbootable after an unattended update.  Remove during stable-rc/0.7.
if [ -r $INSTALL_ROOT/etc/sysconfig/facilities ] && \
  ! grep -q "modules" $INSTALL_ROOT/etc/sysconfig/facilities
then
  echo -e "\nmodules=modutils" >> $INSTALL_ROOT/etc/sysconfig/facilities
fi

