Bug 883860 - man pages have executable flags set
Summary: man pages have executable flags set
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: rgmanager
Version: 5.9
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Ryan McCabe
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-05 13:03 UTC by Jan Pokorný [poki]
Modified: 2013-09-30 22:37 UTC (History)
4 users (show)

Fixed In Version: rgmanager-2.0.52-39.el5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-30 22:37:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:1316 0 normal SHIPPED_LIVE rgmanager bug fix and enhancement update 2013-09-30 21:13:21 UTC

Description Jan Pokorný [poki] 2012-12-05 13:03:41 UTC
# for f in $(find /usr/share/man -type f -perm -+x); \
    do [[ "$(rpm -qf $f)" =~ "rgmanager*" ]] \
    && ls -l $f | tr -s ' ' | cut -d' ' -f1-4,9; done
-rwxr-xr-x 1 root root /usr/share/man/man8/clufindhostname.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/clusvcadm.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/clurgmgrd.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/clubufflush.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/clustat.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/clurmtabd.8.gz
-rwxr-xr-x 1 root root /usr/share/man/man8/clulog.8.gz

# rpm -qf  /usr/share/man/man8/clufindhostname.8.gz
rgmanager-2.0.52-28.el5

Comment 2 RHEL Program Management 2013-04-04 12:34:00 UTC
This request was evaluated by Red Hat Product Management for inclusion
in a Red Hat Enterprise Linux release.  Product Management has
requested further review of this request by Red Hat Engineering, for
potential inclusion in a Red Hat Enterprise Linux release for currently
deployed products.  This request is not yet committed for inclusion in
a release.

Comment 3 Ryan McCabe 2013-04-12 15:06:30 UTC
commit 7c0f0b9c9c161ba6bfdaae6747aeaf9df980da60
Author: Ryan McCabe <rmccabe>
Date:   Fri Apr 12 11:02:32 2013 -0400

    rgmanager: Install man pages with mode 0644
    
    Man pages were previously installed mode 0755. Install them mode 0644.
    
    Resolves: rhbz#883860
    
    Signed-off-by: Ryan McCabe <rmccabe>

Comment 7 errata-xmlrpc 2013-09-30 22:37:11 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-1316.html


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