File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / 012.pppoe.stop
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:34:55 2014 UTC (10 years, 7 months ago) by misho
Branches: elwix2_2
add files

#!/bin/sh

PPP_MODE="-ddial"
PPP_ACCT="pppoe_client"

echo "Config PPPoE interface ..."

/usr/sbin/ppp $PPP_MODE $PPP_ACCT

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>