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

#!/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>