ALT Linux Bugzilla
– Attachment 2980 Details for
Bug 17489
При создании нового соединения pppoe не сохраняется пароль.
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Простой патч исравляющий баг.
net-pppoe.patch (text/plain), 603 bytes, created by
Mike
on 2008-10-09 02:53:35 MSD
(
hide
)
Description:
Простой патч исравляющий баг.
Filename:
MIME Type:
Creator:
Mike
Created:
2008-10-09 02:53:35 MSD
Size:
603 bytes
patch
obsolete
>--- /usr/lib/alterator/backend3/net-pppoe~ 2008-08-06 16:11:53 +0400 >+++ /usr/lib/alterator/backend3/net-pppoe 2008-10-09 02:47:33 +0400 >@@ -42,7 +42,7 @@ write_connection() > [ -n "$in_iface" ] && write_iface_option "$name" HOST "$in_iface" > > [ -n "$in_login" ] && write_ppp_option "$name" user "$in_login" >- [ -n "$in_password" ] && write_ppp_option password "$(echo "$in_password"|sed -e 's/["]/\\\\&/g')" >+ [ -n "$in_password" ] && write_ppp_option "$name" password "$(echo "$in_password"|sed -e 's/["]/\\\\&/g')" > > test_bool "$in_mppe" > write_ppp_option1 "$name" 'require-mppe' 'nomppe' "$?"
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 17489
: 2980