cluster: RHEL510 - GFS2: Fix permissions on GFS2 man pages

Bob Peterson rpeterso at fedoraproject.org
Fri Mar 22 19:25:43 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=fd8905389d16ff6f5fbaaf525b6fbcdf2d283733
Commit:        fd8905389d16ff6f5fbaaf525b6fbcdf2d283733
Parent:        a2f0c0138865d6df3741feb3d753969aa3495c77
Author:        Bob Peterson <rpeterso at redhat.com>
AuthorDate:    Mon Dec 10 14:00:23 2012 -0600
Committer:     Bob Peterson <rpeterso at redhat.com>
CommitterDate: Fri Mar 22 12:22:04 2013 -0700

GFS2: Fix permissions on GFS2 man pages

This patch changes the Makefile for the GFS2 man pages so that
it installs them with mode 644 rather than the default.

rhbz#883864
---
 gfs2/man/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs2/man/Makefile b/gfs2/man/Makefile
index a0f5571..9318fdd 100644
--- a/gfs2/man/Makefile
+++ b/gfs2/man/Makefile
@@ -34,7 +34,7 @@ include ${top_srcdir}/make/defines.mk
 
 install:
 	install -d ${mandir}/man8
-	install ${TARGET8} ${mandir}/man8
+	install -m 644 ${TARGET8} ${mandir}/man8
 	ln -f ${mandir}/man8/${FSCK} ${mandir}/man8/gfs2_fsck.8
 	ln -f ${mandir}/man8/${MOUNT} ${mandir}/man8/gfs2_mount.8
 


More information about the cluster-commits mailing list