Installationsskript des Paketes "kbase"


#!/bin/bash
if [ "$1" = 1 ];
then
echo -n "Updating etc/rc.config... "
if [ -x bin/fillup ] ; then
    bin/fillup -q -d "=" etc/rc.config var/adm/fillup-templates/rc.config.kdm
    echo "Done."
else
    echo
    echo "ERROR: fillup not found. This should not happen. Please compare"
    echo "etc/rc.config and var/adm/fillup-templates/rc.config.kdm and"
    echo "update manually."
fi
fi


(c) S.u.S.E. - Letzte Änderung: 23.03.99 02:52;