Installationsskript des Paketes "at"


echo "Updating etc/rc.config..."
if [ -x bin/fillup ] ; then
  bin/fillup -q -d = etc/rc.config var/adm/fillup-templates/rc.config.at
else
  echo "ERROR: fillup not found. This should not happen. Please compare"
  echo "etc/rc.config and var/adm/fillup-templates/rc.config.at and"
  echo "update by hand."
fi
if test -e var/cron/tabs/root ; then
    if grep -v ^# var/cron/tabs/root | grep atrun > /dev/null ; then
        echo
        echo "Attention: found atrun in crontab for root. You should disable it"
        echo "or you should set START_ATD to no in etc/rc.config ."
        echo
    fi
fi


(c) SuSE - Letzte Änderung: 31.03.2000 12:37;