#!/bin/sh
#
# /etc/ppp/ip-up
#
#echo PPP established!
#echo Interfacename: $1
#echo Device: $2
#echo Speed: $3
#echo local IP-Adress: $4
#echo remote IP-Adress: $5
/sbin/route add default gw $5
kill `cat /var/run/httpd.pid`
/usr/lib/httpd/httpd_3.0 -r /etc/httpd-online.conf
/usr/sbin/named
cp /dev/null /etc/ppp/ppp.active

# jetzt werden alle uucp-batches weggeschickt...
/usr/etc/uucpbatch.ppp

