# if they're letting us install a config file, also make sure the sysconfig
# file enables the right compatability level
if [ "${RSYSLOG_CONF}" == "y" ]; then
  sedit "s/^#COMPAT/COMPAT/" ${INSTALL_ROOT}/etc/sysconfig/rsyslog
fi
