Bug 883872 - man pages have executable flags set
Summary: man pages have executable flags set
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: dhcp
Version: 5.9
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Jiri Popelka
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-05 13:29 UTC by Jan Pokorný [poki]
Modified: 2013-03-05 15:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-05 15:41:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Pokorný [poki] 2012-12-05 13:29:10 UTC
# for f in $(find /usr/share/man -type f -perm -+x); \
    do [[ "$(rpm -qf $f)" =~ "dhc*" ]] \
    && ls -l $f | tr -s ' ' | cut -d' ' -f1-4,9; done
-rwxr-xr-x 1 root root /usr/share/man/man8/dhclient.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/dhclient-script.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man5/dhclient.conf.5.gz
-rwxr-xr-x 1 root root /usr/share/man/man5/dhclient-options.5.gz
-rwxr-xr-x 1 root root /usr/share/man/man5/dhclient-eval.5.gz
-rwxr-xr-x 1 root root /usr/share/man/man5/dhclient.leases.5.gz

# rpm -qf /usr/share/man/man8/dhclient.8.gz
dhclient-3.0.5-31.el5

Comment 1 Jiri Popelka 2013-03-05 15:41:52 UTC
Thanks for the report Jan, however
RHEL-5.10 (the next RHEL-5 minor release) is going to be the first production phase 2 [1] release of RHEL-5.
I'm closing this bugzilla as WONTFIX because since phase 2 we'll be addressing only security or critical issues.
This problem is not present in RHEL-6/7.

[1] https://access.redhat.com/support/policy/updates/errata/


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