Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124537 Details for
Bug 184046
net-misc/networkmanager-0.6.5 executes non-existing /usr/bin/killall
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix path to 'killall'
gentoo_killall.patch (text/plain), 603 bytes, created by
João Vale
on 2007-07-11 09:36:23 UTC
(
hide
)
Description:
Fix path to 'killall'
Filename:
MIME Type:
Creator:
João Vale
Created:
2007-07-11 09:36:23 UTC
Size:
603 bytes
patch
obsolete
>diff -rup NetworkManager-0.6.5-orig/src/backends/NetworkManagerGentoo.c NetworkManager-0.6.5/src/backends/NetworkManagerGentoo.c >--- NetworkManager-0.6.5-orig/src/backends/NetworkManagerGentoo.c 2007-04-18 19:13:06.000000000 +0100 >+++ NetworkManager-0.6.5/src/backends/NetworkManagerGentoo.c 2007-07-11 10:34:18.000000000 +0100 >@@ -237,7 +237,7 @@ void nm_system_update_dns (void) > if (nm_spawn_process ("/etc/init.d/nscd status") == 0) > nm_spawn_process ("/etc/init.d/nscd restart"); > #else >- nm_spawn_process("/usr/bin/killall -q nscd"); >+ nm_spawn_process("/bin/killall -q nscd"); > #endif > } >
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 184046
: 124537