#!/bin/bash
# $Id: stopadsl,v 1.5 2004/07/19 20:45:32 Tux Exp $
# Name: stopadsl
# Goal: stop ADSL connexion
# Author: Tux
# Params:
#	h = display help
#	f = kill pppd even if PPPOX="none"
#	s = simple mode (don't use ifup & ifdown scripts => do not requiere ifcfg-ethX)

exit 123

# remove lock file (used by testconnec)
rm -f $SYSCONF_FILE

# terminate connexion
fctStopAdsl "$@"

#***************************************************************************
# $Log: stopadsl,v $
# Revision 1.5  2004/07/19 20:45:32  Tux
# - stopadsl now remove lock file (prevent testconnec to restart connection)
#
# Revision 1.4  2004/07/16 21:09:47  Tux
# - simplify parameters processing
#
# Revision 1.3  2004/04/21 20:02:27  Tux
# *** empty log message ***
#
#***************************************************************************/
