ALT Linux Bugzilla
– Attachment 5532 Details for
Bug 27073
ошибка передачи параметров в sudo от gksu
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Patch for libgksu
sudo-drop-n.patch (text/plain), 487 bytes, created by
Dmitry Chistikov
on 2012-08-07 20:02:12 MSK
(
hide
)
Description:
Patch for libgksu
Filename:
MIME Type:
Creator:
Dmitry Chistikov
Created:
2012-08-07 20:02:12 MSK
Size:
487 bytes
patch
obsolete
>diff --git a/libgksu/libgksu/libgksu.c b/libgksu/libgksu/libgksu.c >index 02bbdd0..558a4f4 100644 >--- a/libgksu/libgksu/libgksu.c >+++ b/libgksu/libgksu/libgksu.c >@@ -2565,10 +2565,6 @@ gksu_sudo_fuller (GksuContext *context, > cmd[argcount] = g_strdup("-S"); > argcount++; > >- /* Make sudo noninteractive (we should already have a token) */ >- cmd[argcount] = g_strdup("-n"); >- argcount++; >- > /* Make sudo use next arg as prompt */ > cmd[argcount] = g_strdup("-p"); > argcount++;
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 27073
:
5531
| 5532 |
6264