#!/bin/bash
# $Id: startmire,v 1.5 2004/07/16 21:09:47 Tux Exp $
# Name: startmire
# Goal: start mire (only for french providers)
# Author: Tux
# Params:
#	h = display help
#	s = simple mode (don't use ifup & ifdown scripts => do not requiere ifcfg-ethX)
#	t = set timeout delay (default=60s)
#	d = launch pppd in debug mode

exit 123

if [ "$PPPOX" != "none" ] ; then
	startadsl -m "$@"
else
	echo -e $MIRE_DEG_MSG
	exit 1
fi

#***************************************************************************
# $Log: startmire,v $
# Revision 1.5  2004/07/16 21:09:47  Tux
# - simplify parameters processing
#
# Revision 1.4  2004/03/22 21:22:07  Tux
# bug fixed: startmire didn't pass options to startadsl
#
#***************************************************************************/
