ALT Linux Bugzilla
– Attachment 3328 Details for
Bug 18898
alterator-sysconfig искажает имя прокси
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Не маскировать имя прокси
patch-dont-mask-server.diff (text/plain), 640 bytes, created by
velifico
on 2009-02-19 13:20:12 MSK
(
hide
)
Description:
Не маскировать имя прокси
Filename:
MIME Type:
Creator:
velifico
Created:
2009-02-19 13:20:12 MSK
Size:
640 bytes
patch
obsolete
>--- old/sysconfig-proxy 2009-01-15 23:22:17 +1000 >+++ new/sysconfig-proxy 2009-02-19 20:14:43 +1000 >@@ -27,7 +27,7 @@ > > port="${url##*:}" > [ "$port" != "$url" ] || port="" >- url="$(decode-url-component ${url%%:*})" >+ url="${url%%:*}" > > write_string_param server "$url" > write_string_param port "$port" >@@ -36,7 +36,7 @@ > ;; > write) > if [ -n "$in_server" ]; then >- local url="$(encode-url-component "$in_server")" >+ local url="$in_server" > [ -z "$in_login" -o -z "$in_passwd" ] || > url="$(encode-url-component "$in_login"):$(encode-url-component "$in_passwd")@$url" > [ -z "$in_port" ] ||
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18898
: 3328