代码搜索:wvdial
找到约 39 项符合「wvdial」的源代码
代码结果 39
www.eeworm.com/read/180748/9296146
1 wvdial.1
.TH WVDIAL 1 "December 2005" "WvDial"
.\"
.SH NAME
wvdial \- PPP dialer with built-in intelligence.
.\"
.SH SYNOPSIS
.B wvdial
[
.I OPTIONS
]
[
.I SECTION
] ...
.\"
.SH DESCRIPTION
.B wvdial
is an int
www.eeworm.com/read/180748/9296152
manpages wvdial.manpages
wvdial.1
wvdialconf.1
wvdial.conf.5
pon.wvdial.1
www.eeworm.com/read/180748/9296164
postrm wvdial.postrm
#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
rm -f /etc/wvdial.conf
fi
#DEBHELPER#
www.eeworm.com/read/180748/9296165
wvdial poff.wvdial
#!/bin/sh
PATH=/bin:/usr/bin:/usr/sbin:/sbin
killall wvdial
www.eeworm.com/read/180748/9296170
wvdial pon.wvdial
#!/bin/sh
PATH=/bin:/usr/bin:/usr/sbin:/sbin
if [ -w /var/log/ppp.log ]; then
wvdial "$@" >>/var/log/ppp.log 2>&1 &
else
wvdial "$@" &
fi
www.eeworm.com/read/180748/9296179
postinst wvdial.postinst
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
set +e
# Source Debconf module
. /usr/share/debconf/confmodule
# Update the /etc/wvdial.conf file
db_get wvdial/wvdialconf
www.eeworm.com/read/180748/9296181
templates wvdial.templates
Template: wvdial/wvdialconf
Type: boolean
Default: true
_Description: Automatically detect and configure your modem?
WvDial can automatically detect your modem and create its configuration
file. T
www.eeworm.com/read/180748/9296183
links wvdial.links
/usr/share/man/man1/pon.wvdial.1 /usr/share/man/man1/poff.wvdial.1