Return to 012.pptp.stop CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d |
1.1.2.1 ! misho 1: #!/bin/sh ! 2: ! 3: PPP_MODE="-b" ! 4: PPP_ACCT="pptp_client" ! 5: PPP_CONF="-f /etc/mpd5/mpd.conf" ! 6: ! 7: echo "Config PPTP interface ..." ! 8: ! 9: /usr/sbin/mpd5 $PPP_MODE $PPP_CONF $PPP_ACCT