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

#!/bin/sh

PPP_MODE="-b"
PPP_ACCT="pptp_client"

echo "Config PPTP interface ..."

/usr/sbin/mpd5 $PPP_MODE $PPP_ACCT

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