Mailinglist Archive: yast-commit (190 mails)
| < Previous | Next > |
[yast-commit] r38086 - /trunk/network/src/modules/Proxy.ycp
- From: kmachalkova@xxxxxxxxxxxxxxxx
- Date: Tue, 22 May 2007 12:45:36 -0000
- Message-id: <20070522124536.3D0D14801C@xxxxxxxxxxxxxxxx>
Author: kmachalkova
Date: Tue May 22 14:45:35 2007
New Revision: 38086
URL: http://svn.opensuse.org/viewcvs/yast?rev=38086&view=rev
Log:
again and better
Modified:
trunk/network/src/modules/Proxy.ycp
Modified: trunk/network/src/modules/Proxy.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/Proxy.ycp?rev=38086&r1=38085&r2=38086&view=diff
==============================================================================
--- trunk/network/src/modules/Proxy.ycp (original)
+++ trunk/network/src/modules/Proxy.ycp Tue May 22 14:45:35 2007
@@ -231,7 +231,7 @@
// timeout for the connection
integer timeout_sec = 90;
// %1 = http or ftp proxy, %2 = user:password if any, %3 = URL
- string command = "curl --verbose --proxy %1 %2 --connect-timeout %3 --url '%4'";
+ string command = "curl --verbose --proxy %1 %2 --connect-timeout %3 --url %4";
string http_command = sformat(command, http_proxy, user_pass, timeout_sec, "http://www.novell.com");
// adding option --insecure to accept the certificate without asking
string https_command = sformat(command, https_proxy, user_pass, timeout_sec, "https://secure-www.novell.com --insecure");
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue May 22 14:45:35 2007
New Revision: 38086
URL: http://svn.opensuse.org/viewcvs/yast?rev=38086&view=rev
Log:
again and better
Modified:
trunk/network/src/modules/Proxy.ycp
Modified: trunk/network/src/modules/Proxy.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/modules/Proxy.ycp?rev=38086&r1=38085&r2=38086&view=diff
==============================================================================
--- trunk/network/src/modules/Proxy.ycp (original)
+++ trunk/network/src/modules/Proxy.ycp Tue May 22 14:45:35 2007
@@ -231,7 +231,7 @@
// timeout for the connection
integer timeout_sec = 90;
// %1 = http or ftp proxy, %2 = user:password if any, %3 = URL
- string command = "curl --verbose --proxy %1 %2 --connect-timeout %3 --url '%4'";
+ string command = "curl --verbose --proxy %1 %2 --connect-timeout %3 --url %4";
string http_command = sformat(command, http_proxy, user_pass, timeout_sec, "http://www.novell.com");
// adding option --insecure to accept the certificate without asking
string https_command = sformat(command, https_proxy, user_pass, timeout_sec, "https://secure-www.novell.com --insecure");
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |