Annotation of elwix/config/etc/uboot/rc.d/012.pppoe.stop, revision 1.2

1.2     ! misho       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>