Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 865709 Details for
Bug 1067686
RHBA-2014:0190 introduced a bug in status function which causes wrong status on package update
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
alternate patch which also fixes the issue but doesn't break any functionality
initscripts-init.d-functions-status_-b-use-readlink.patch (text/plain), 606 bytes, created by
Tuomo Soini
on 2014-02-20 22:01:18 UTC
(
hide
)
Description:
alternate patch which also fixes the issue but doesn't break any functionality
Filename:
MIME Type:
Creator:
Tuomo Soini
Created:
2014-02-20 22:01:18 UTC
Size:
606 bytes
patch
obsolete
>diff -up initscripts-9.03.40/rc.d/init.d/functions.use_readlink initscripts-9.03.40/rc.d/init.d/functions >--- initscripts-9.03.40/rc.d/init.d/functions.use_readlink 2014-02-20 23:44:29.303967939 +0200 >+++ initscripts-9.03.40/rc.d/init.d/functions 2014-02-20 23:48:15.737461593 +0200 >@@ -161,7 +161,7 @@ __pids_var_run() { > for p in $line ; do > if [ -z "${p//[0-9]/}" -a -d "/proc/$p" ] ; then > if [ -n "$binary" ] ; then >- local b=$(__readlink /proc/$p/exe) >+ local b=$(readlink /proc/$p/exe | awk '{ print $1 }') > [ "$b" != "$binary" ] && continue > fi > pid="$pid $p"
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 1067686
:
865686
| 865709