Installationsskript des Paketes "nkitb"
echo "Updating etc/rc.config..."
if [ -x bin/fillup ] ; then
bin/fillup -q etc/rc.config var/adm/fillup-templates/rc.config.identd
bin/fillup -q etc/rc.config var/adm/fillup-templates/rc.config.rusersd
bin/fillup -q etc/rc.config var/adm/fillup-templates/rc.config.rstatd
else
echo "ERROR: fillup not found. This should not happen. Please compare"
echo "etc/rc.config, var/adm/fillup-templates/rc.config.identd,"
echo "/var/adm/fillup-templates/rc.config.rusersd and"
echo "/var/adm/fillup-templates/rc.config.rstatd and update by hand."
fi
if [ -f etc/inetd.conf ] ; then
cat etc/inetd.conf | sed 's@^ident[[:space:]]*@# &@' > etc/inetd.conf.nkitb && \
cp -p etc/inetd.conf etc/inetd.conf.old && \
mv -f etc/inetd.conf.nkitb etc/inetd.conf
fi
############################################################################
(c) SuSE - Letzte Änderung: 31.03.2000 12:37;