Bug 863391 - fix typo in util-linux-2.13-login-utmp.patch
Summary: fix typo in util-linux-2.13-login-utmp.patch
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: util-linux
Version: 5.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Karel Zak
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-05 10:35 UTC by Karel Zak
Modified: 2020-06-05 09:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-02 13:00:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Karel Zak 2012-10-05 10:35:57 UTC
The patch util-linux-2.13-login-utmp.patch contains:

     ut.ut_type == DEAD_PROCESS;
     ...
     utp = getutid(&ut);

should be

     ut.ut_type = DEAD_PROCESS;
     ...
     utp = getutid(&ut);


Fortunately this typo probably does not affect patch functionality.
See bug #646300 for more details.

Comment 1 RHEL Program Management 2013-05-01 06:52:34 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.

Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.

Comment 2 RHEL Program Management 2014-03-07 13:32:01 UTC
This bug/component is not included in scope for RHEL-5.11.0 which is the last RHEL5 minor release. This Bugzilla will soon be CLOSED as WONTFIX (at the end of RHEL5.11 development phase (Apr 22, 2014)). Please contact your account manager or support representative in case you need to escalate this bug.

Comment 3 RHEL Program Management 2014-06-02 13:00:51 UTC
Thank you for submitting this request for inclusion in Red Hat Enterprise Linux 5. We've carefully evaluated the request, but are unable to include it in RHEL5 stream. If the issue is critical for your business, please provide additional business justification through the appropriate support channels (https://access.redhat.com/site/support).


Note You need to log in before you can comment on or make changes to this bug.