File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 012.pptp.stop
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Sun Sep 25 16:32:26 2011 UTC (12 years, 9 months ago) by misho
Branches: elwix1_4
CVS tags: Patch1
added new startup script

    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>