#!/bin/sh
#
# PPP-Verbindung aufbauen: im uucpbatch; -h heisst: "PPP nicht abbauen, wenn
# fertig"
if [ " $1" = " nonews" ]
then
	/etc/ppp/ppp-up
else
	/usr/etc/uucpbatch.new -h
fi

