Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046590
en ru br
ALT Linux repos
S:1.61-alt3.git20090513.qa3
5.0: 1.61-alt2.git20090513.M50.1
3.0: 1.54.0-alt3

Group :: Networking/Remote access
RPM: wvdial

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: wvdial-1.61-LIBS_ATDP.patch
Download


--- Makefile.in-	2009-03-25 22:24:05 +0700
+++ Makefile.in	2009-03-25 22:25:16 +0700
@@ -19,6 +19,7 @@ PC_LIBS=$(shell pkg-config --libs libwvs
 ifeq ($(PC_LIBS),)
  $(error WvStreams does not appear to be installed)
 endif
+LIBS="-luniconf"
 LIBS+=$(PC_LIBS)
 
 BINDIR=${prefix}/bin
--- wvdial.conf.5-	2009-03-25 22:22:02 +0700
+++ wvdial.conf.5	2009-03-25 22:22:08 +0700
@@ -100,7 +100,7 @@ this to "*70,".
 .TP
 .I Dial Command
 .B wvdial
-will use this string to tell the modem to dial.  The default is "ATDT".
+will use this string to tell the modem to dial.  The default is "ATDP".
 .TP
 .I Login
 You must set this to the username you use at your ISP.
--- wvdialer.cc-	2009-03-25 22:21:45 +0700
+++ wvdialer.cc	2009-03-25 22:21:54 +0700
@@ -605,7 +605,7 @@ void WvDialer::load_options()
     	{ "Phone4",          &options.phnum4,       NULL, "",               0 },
     	{ "Dial Prefix",     &options.dial_prefix,  NULL, "",               0 },
     	{ "Area Code",       &options.areacode,     NULL, "",               0 },
-    	{ "Dial Command",    &options.dial_cmd,     NULL, "ATDT",           0 },
+    	{ "Dial Command",    &options.dial_cmd,     NULL, "ATDP",           0 },
     	{ "Username",        &options.login,        NULL, "",               0 },
     	{ "Login Prompt",    &options.login_prompt, NULL, "",               0 },
     	{ "Password",        &options.password,     NULL, "",               0 },
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin