# 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
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.
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>
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