Files
webmin/ppp-client/start.pl
2007-04-12 20:24:50 +00:00

10 lines
206 B
Perl
Executable File

#!/usr/local/bin/perl
# Attempt a connection to the Internet with wvdial, and show the results
$no_acl_check++;
require './ppp-client-lib.pl';
&ppp_connect($config{'boot'}, 1);
exit($connected ? 0 : 1);