--- elwix/config/etc/uboot/rc.d/012.pptp.stop 2014/01/23 09:34:55 1.1 +++ elwix/config/etc/uboot/rc.d/012.pptp.stop 2014/09/15 19:06:52 1.2 @@ -0,0 +1,9 @@ +#!/bin/sh + +PPP_MODE="-b" +PPP_ACCT="pptp_client" +PPP_CONF="-f /etc/mpd5/mpd.conf" + +echo "Config PPTP interface ..." + +/usr/sbin/mpd5 $PPP_MODE $PPP_CONF $PPP_ACCT