#!/bin/sh
# Sagem F@st 800 specific install script

username=$1
password=$2
vpi=$3
vci=$4

# allow hotplug to do its work
install -m755 /usr/share/system-config-adsl/sagem/hotplug /etc/hotplug/usb/ueagle-atm
# supply VPI and VCI
sed -e "s/@@VPI@@/$vpi/" -i /etc/ppp/peers/adsl
sed -e "s/@@VCI@@/$vci/" -i /etc/ppp/peers/adsl
# done
touch /etc/sysconfig/sagem
