Annotation of elwix/config/etc/default/rc.d/012.pptp.stop, revision 1.1.2.1

1.1.2.1 ! misho       1: #!/bin/sh
        !             2: 
        !             3: PPP_MODE="-b"
        !             4: PPP_ACCT="pptp_client"
        !             5: 
        !             6: echo "Config PPTP interface ..."
        !             7: 
        !             8: /usr/sbin/mpd5 $PPP_MODE $PPP_ACCT

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