From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 446 invoked by alias); 18 Apr 2008 19:13:30 -0000 Received: (qmail 410 invoked by uid 9582); 18 Apr 2008 19:13:30 -0000 Date: Fri, 18 Apr 2008 19:13:00 -0000 Message-ID: <20080418191329.393.qmail@sourceware.org> From: rpeterso@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, STABLE2, updated. cluster-2.03.00-21-ge1fbc8c X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 66fd7419ac6d0005c7e22c4beca887ccb143a185 X-Git-Newrev: e1fbc8c16993ba4b6957f20c21473ecddbe824e6 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/msg00145.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=e1fbc8c16993ba4b6957f20c21473ecddbe824e6 The branch, STABLE2 has been updated via e1fbc8c16993ba4b6957f20c21473ecddbe824e6 (commit) from 66fd7419ac6d0005c7e22c4beca887ccb143a185 (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 e1fbc8c16993ba4b6957f20c21473ecddbe824e6 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 2308fb6..e84c8d9 100644 --- a/gfs/man/Makefile +++ b/gfs/man/Makefile @@ -13,6 +13,7 @@ TARGET= gfs.8 \ gfs_mount.8 \ + gfs_edit.8 \ gfs_fsck.8 \ gfs_grow.8 \ gfs_jadd.8 \ hooks/post-receive -- Cluster Project