Diff for /elwix/config/etc/uboot/rc.d/012.pptp.stop between versions 1.1 and 1.2

version 1.1, 2014/01/23 09:34:55 version 1.2, 2014/09/15 19:06:52
Line 0 Line 1
   #!/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

Removed from v.1.1  
changed lines
  Added in v.1.2


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