#!/bin/sh
#
# @(#)$Id: runasxd,v 1.3 1993/12/09 00:14:09 ghoti Exp $ FSI
#
# runasxd - script to start asxd with saved configuration
#
PATH=/atm/release/fore/etc:/atm/release/fore/bin
export PATH

if [ -f /atm/etc/rc.pvc ] ; then
	/atm/etc/rc.pvc &
fi
exec /atm/release/fore/etc/asxd
