File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 012.pppoe.stop
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: #!/bin/sh
    2: 
    3: PPP_MODE="-ddial"
    4: PPP_ACCT="pppoe_client"
    5: 
    6: echo "Config PPPoE interface ..."
    7: 
    8: /usr/sbin/ppp $PPP_MODE $PPP_ACCT

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