#!/bin/csh
# ~/private/html/bin/.csh/dsl.mart			by jhs@

set DOMAIN1 =  `cd /site/domain/this;pwd`
set DOMAIN2 =  `basename $DOMAIN1`

# correct anything maybe set by a prior
#	domain/js.berklix.net/etc/isdn/direction
echo "Reminder: xs rsh mart"
echo "	ln -s -f ../site/domain/this/etc/resolv.conf.gateway /etc/resolv.conf"

pppctl -p `cat ~/.DOTS/.passwd/$DOMAIN2/pppctl`	\
	mart:`cat ~/.DOTS/.ports/js.berklix.net/pppctl` 
unset DOMAIN1 DOMAIN2
