Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 515786 Details for
Bug 645240
sys-apps/openrc-0.34.11 installs commands in /lib64 (was: eselect rc show - /usr/share/eselect/modules/rc.eselect: line 70: service_stopping: command not found)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for rc.eselect
rc.eselect.patch (text/plain), 522 bytes, created by
Ulrich Müller
on 2018-01-21 21:31:14 UTC
(
hide
)
Description:
Patch for rc.eselect
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2018-01-21 21:31:14 UTC
Size:
522 bytes
patch
obsolete
>diff --git a/modules/rc.eselect b/modules/rc.eselect >index f364f8b..ff45d58 100644 >--- a/modules/rc.eselect >+++ b/modules/rc.eselect >@@ -64,7 +64,7 @@ find_unused_scripts() { > # output list entry for script $1 and show its status > show_script_status() { > local script=$1 status=unknown x >- local PATH=/lib/rc/bin:${PATH} # path to service_* commands >+ local PATH=/lib/rc/bin:/lib64/rc/bin:${PATH} # path to service_* commands > > for x in stopping starting inactive started stopped; do > if service_${x} ${script}; then
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 645240
:
515640
|
515786