GTK replacement for KPPP?
Nikola Pižurica
pizurica at neobee.net
Tue Mar 9 22:28:30 CET 2004
On Tue, 2004-03-09 at 21:57, Nikola Pižurica wrote:
> --------------------------------------------------
> #!/bin/sh
> if [ "$1" = "1" ]; then
> echo 1 > /home/ppp.status
> wvdial neobee &> /dev/null
> elif [ "$1" = "0" ]; then
>
> echo 0 > /home/ppp.status
> ppp-off&>/dev/null
> else echo `cat /home/ppp.status`
> fi
> ----------------------------------------------
Forgot to say that you should create ppp.status file, something like
"touch /home/ppp.status" in this case.
Nikola
More information about the Xfce
mailing list