Code

patches/: Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
authorSebastian Harl <sh@tokkee.org>
Tue, 26 Apr 2011 12:38:19 +0000 (14:38 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 26 Apr 2011 12:39:39 +0000 (14:39 +0200)
debian/changelog
debian/patches/manpage-hyphen [new file with mode: 0644]
debian/patches/series

index 2022d91b3108f5670c82c762f8cded00e3a5da8d..bed6f83f4edeced711825d060b5db08091346845 100644 (file)
@@ -4,6 +4,7 @@ pnp4nagios (0.6.12-1) unstable; urgency=low
   * debian/patches/:
     - Removed raise-process-perfdata-timeout -- a similar patch has been
       included upstream.
+    - Added manpage-hyphen -- do not use hyphens as minus sign in npcd.8.
   * debian/rules:
     - npcd.cfg and process_perfdata.cfg are not longer installed as sample
       configs by the upstream Makefile; so, don't rename those files.
@@ -16,7 +17,7 @@ pnp4nagios (0.6.12-1) unstable; urgency=low
     - Do not install npcd.8 using dh_installman; this is done by the upstream
       Makefile now.
 
- -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 14:25:01 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 26 Apr 2011 14:37:48 +0200
 
 pnp4nagios (0.6.11-2) unstable; urgency=low
 
diff --git a/debian/patches/manpage-hyphen b/debian/patches/manpage-hyphen
new file mode 100644 (file)
index 0000000..7f23f89
--- /dev/null
@@ -0,0 +1,15 @@
+Description: Do not use hyphens as minus sign in npcd.8.
+Author: Sebastian Harl <tokkee@debian.org>
+Forwarded: yes
+
+--- a/man/npcd.8.in
++++ b/man/npcd.8.in
+@@ -7,7 +7,7 @@
+ .SH NAME
+ npcd \- Nagios Performance C Daemon
+ .SH SYNOPSIS
+-\fBnpcd\fR [ \fB-d | --daemon\fR ] ( \fB-f | --config\fR ) \fI<configfile>
++\fBnpcd\fR [ \fB\-d | \--daemon\fR ] ( \fB\-f | \--config\fR ) \fI<configfile>
+ .SH DESCRIPTION
+ The \fBnpcd\fR is a daemon processing nagios performance data.
+ .PP
index 78f6972ac54b037bcbb4ea03406f5d82c208c820..85595ca465cdbaad5cddbea7b5eecf7e0beaa48a 100644 (file)
@@ -3,3 +3,4 @@ apache-fix-path-to-userfile
 fix-npcd-path
 fix-nagios-url
 adjust-template-path
+manpage-hyphen