#!/bin/sh

export LD_LIBRARY_PATH=$QPEDIR/lib
$QPEDIR/bin/qcop QPE/pppd 'stop()'
exit 0
