File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 012.pptp.stop
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 09:02:07 2011 UTC (12 years, 9 months ago) by misho
Branches: MAIN
CVS tags: elwix1_6, elwix1_5, HEAD, ELWIX1_5
ver 1.5

    1: #!/bin/sh
    2: 
    3: PPP_MODE="-b"
    4: PPP_ACCT="pptp_client"
    5: 
    6: echo "Config PPTP interface ..."
    7: 
    8: /usr/sbin/mpd5 $PPP_MODE $PPP_ACCT

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