From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11664 invoked by alias); 18 Apr 2008 19:03:58 -0000 Received: (qmail 11633 invoked by uid 9582); 18 Apr 2008 19:03:58 -0000 Date: Fri, 18 Apr 2008 19:03:00 -0000 Message-ID: <20080418190357.11618.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, RHEL5, updated. cmirror_1_1_15-54-g7578e4c X-Git-Refname: refs/heads/RHEL5 X-Git-Reftype: branch X-Git-Oldrev: b0fdc2f9d6ce482ba6a7cb54cc9f17a0be1ff395 X-Git-Newrev: 7578e4c888fe556031fd553eb891743e29ae3cf2 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00143.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=7578e4c888fe556031fd553eb891743e29ae3cf2 The branch, RHEL5 has been updated via 7578e4c888fe556031fd553eb891743e29ae3cf2 (commit) from b0fdc2f9d6ce482ba6a7cb54cc9f17a0be1ff395 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7578e4c888fe556031fd553eb891743e29ae3cf2 Author: Bob Peterson Date: Fri Apr 18 14:00:21 2008 -0500 bz295301: Need man page for gfs_edit ----------------------------------------------------------------------- Summary of changes: gfs/man/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gfs/man/Makefile b/gfs/man/Makefile index 9a26a81..e56134c 100644 --- a/gfs/man/Makefile +++ b/gfs/man/Makefile @@ -14,6 +14,7 @@ TARGET8= \ gfs.8 \ gfs_mount.8 \ + gfs_edit.8 \ gfs_fsck.8 \ gfs_grow.8 \ gfs_jadd.8 \ hooks/post-receive -- Cluster Project