[kernel] r9985 - in dists/trunk/redhat-cluster/redhat-cluster/debian: . patches

Frederik Schüler fs at alioth.debian.org
Wed Dec 19 19:23:35 UTC 2007


Author: fs
Date: Wed Dec 19 19:23:35 2007
New Revision: 9985

Log:
fix whatis secions


Added:
   dists/trunk/redhat-cluster/redhat-cluster/debian/patches/03_manpages-whatis.dpatch   (contents, props changed)
Modified:
   dists/trunk/redhat-cluster/redhat-cluster/debian/TODO
   dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/TODO
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/TODO	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/TODO	Wed Dec 19 19:23:35 2007
@@ -2,28 +2,11 @@
 --------------------
 - make initscripts lsb-compliant
 
-W: rgmanager: init.d-script-missing-lsb-section /etc/init.d/rgmanager
-W: gnbd-server: init.d-script-missing-lsb-section /etc/init.d/gnbd-server
-W: gnbd-client: init.d-script-missing-lsb-section /etc/init.d/gnbd-client
-W: gfs2-tools: init.d-script-missing-lsb-section /etc/init.d/gfs2-tools
-W: gfs-tools: init.d-script-missing-lsb-section /etc/init.d/gfs-tools
-W: cman: init.d-script-missing-lsb-section /etc/init.d/cman
-
 - lintian issues
 
 E: cman: shlib-with-executable-bit usr/lib/openais/lcrso/service_cman.lcrso 0755
 W: rgmanager: executable-not-elf-or-script ./usr/share/cluster/ocf-shellfuncs
 
-- fix manpages (check with upstream)
-
-W: libdlm-dev: manpage-has-bad-whatis-entry usr/share/man/man3/libdlm.3.gz
-W: gnbd-server: manpage-has-bad-whatis-entry usr/share/man/man8/gnbd.8.gz
-W: gfs2-tools: manpage-has-bad-whatis-entry usr/share/man/man8/gfs2.8.gz
-W: gfs-tools: manpage-has-bad-whatis-entry usr/share/man/man8/gfs.8.gz
-W: cman: manpage-has-bad-whatis-entry usr/share/man/man5/cman.5.gz
-W: cman: manpage-has-bad-whatis-entry usr/share/man/man5/qdisk.5.gz
-W: cman: manpage-has-bad-whatis-entry usr/share/man/man8/fence.8.gz
-
 - write missing manpages (check with upstream)
 
 W: rgmanager: binary-without-manpage usr/sbin/clunfslock

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list	(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list	Wed Dec 19 19:23:35 2007
@@ -1,3 +1,4 @@
 00_fix_gfs2_quota.dpatch
 01_fix_gfs-kernel-makefile.dpatch
 02_fix_gnbd-kernel-makefile.dpatch
+03_manpages-whatis.dpatch

Added: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/03_manpages-whatis.dpatch
==============================================================================
--- (empty file)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/03_manpages-whatis.dpatch	Wed Dec 19 19:23:35 2007
@@ -0,0 +1,106 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_manpages-whatis.dpatch by Frederik Schüler <fs at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix whatis entries
+
+ at DPATCH@
+--- redhat-cluster-2.20071022/dlm/man/libdlm.3.old	2007-12-19 18:33:55.000000000 +0100
++++ redhat-cluster-2.20071022/dlm/man/libdlm.3	2007-12-19 18:34:18.000000000 +0100
+@@ -1,6 +1,6 @@
+ .TH LIBDLM 3 "July 5, 2007" "libdlm functions"
+ .SH NAME
+-libdlm, dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup
++libdlm \- dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup
+ .SH SYNOPSIS
+ .nf
+ #include <libdlm.h>
+--- redhat-cluster-2.20071022/fence/man/fence.8.old	2007-12-19 18:31:38.000000000 +0100
++++ redhat-cluster-2.20071022/fence/man/fence.8	2007-12-19 18:31:53.000000000 +0100
+@@ -8,7 +8,7 @@
+ .TH fence 8
+ 
+ .SH NAME
+-I/O Fencing reference guide
++fence \- I/O Fencing reference guide
+ 
+ .SH SYNOPSIS
+ Overview of related manual pages
+--- redhat-cluster-2.20071022/gnbd/man/gnbd.8.old	2007-12-19 19:51:04.000000000 +0100
++++ redhat-cluster-2.20071022/gnbd/man/gnbd.8	2007-12-19 19:51:20.000000000 +0100
+@@ -4,7 +4,7 @@
+ .TH gnbd 8
+ 
+ .SH NAME
+-GNBD reference guide
++gnbd \- GNBD reference guide
+ 
+ .SH SYNOPSIS
+ Overview of manpages and their locations
+--- redhat-cluster-2.20071022/gfs2/man/gfs2.8.old	2007-12-19 19:51:39.000000000 +0100
++++ redhat-cluster-2.20071022/gfs2/man/gfs2.8	2007-12-19 19:51:50.000000000 +0100
+@@ -4,7 +4,7 @@
+ .TH gfs2 8
+ 
+ .SH NAME
+-GFS2 reference guide
++gfs2 \- GFS2 reference guide
+ 
+ .SH SYNOPSIS
+ Overview of manpages and their locations
+--- redhat-cluster-2.20071022/gfs/man/gfs.8.old	2007-12-19 19:52:04.000000000 +0100
++++ redhat-cluster-2.20071022/gfs/man/gfs.8	2007-12-19 19:52:13.000000000 +0100
+@@ -4,7 +4,7 @@
+ .TH gfs 8
+ 
+ .SH NAME
+-GFS reference guide
++gfs \- GFS reference guide
+ 
+ .SH SYNOPSIS
+ Overview of manpages and their locations
+--- redhat-cluster-2.20071022/cman/man/qdisk.5.old	2007-12-19 19:58:27.000000000 +0100
++++ redhat-cluster-2.20071022/cman/man/qdisk.5	2007-12-19 19:58:52.000000000 +0100
+@@ -1,6 +1,6 @@
+ .TH "QDisk" "5" "20 Feb 2007" "" "Cluster Quorum Disk"
+ .SH "NAME"
+-QDisk 1.2 \- a disk-based quorum daemon for CMAN / Linux-Cluster
++qdisk \- a disk-based quorum daemon for CMAN / Linux-Cluster
+ .SH "1. Overview"
+ .SH "1.1 Problem"
+ In some situations, it may be necessary or desirable to sustain
+--- redhat-cluster-2.20071022/cman/man/cman.5.old	2007-12-19 20:11:49.000000000 +0100
++++ redhat-cluster-2.20071022/cman/man/cman.5	2007-12-19 20:17:09.000000000 +0100
+@@ -3,16 +3,13 @@
+ 
+ .\" groff -t -e -mandoc -Tlatin1 cman.5 | less
+ 
+-.tl 'cman(5)' 'cman(5)'
++.TH "cman" "5" "" "" "cluster.conf cman configuration section"
+ 
+-\fBNAME\fP
+-.in +7
+-cman - cluster.conf cman configuration section
+-.sp
+-.in -7
++.SH "NAME"
++cman \- cluster.conf cman configuration section
+ 
++.SH "DESCRIPTION"
+ 
+-\fBDESCRIPTION\fP
+ .in +7
+ Cman configuration values are placed in the <cman> </cman> section of
+ \fBcluster.conf\fP.  Per-node configuration related to cman is placed
+@@ -221,8 +218,8 @@
+ 
+ 
+ .sp
+-.in -7
+-\fBSEE ALSO\fP
+-.in +7
++
++.SH "SEE ALSO"
++
+ cluster.conf(5), openais.conf(5), ccs(7), cman_tool(8)
+ 



More information about the Kernel-svn-changes mailing list