summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b90e417)
raw | patch | inline | side by side (parent: b90e417)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Apr 2011 12:38:19 +0000 (14:38 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Apr 2011 12:39:39 +0000 (14:39 +0200) |
debian/changelog | patch | blob | history | |
debian/patches/manpage-hyphen | [new file with mode: 0644] | patch | blob |
debian/patches/series | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 2022d91b3108f5670c82c762f8cded00e3a5da8d..bed6f83f4edeced711825d060b5db08091346845 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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.
- 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
--- /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
diff --git a/debian/patches/series b/debian/patches/series
index 78f6972ac54b037bcbb4ea03406f5d82c208c820..85595ca465cdbaad5cddbea7b5eecf7e0beaa48a 100644 (file)
--- a/debian/patches/series
+++ b/debian/patches/series
fix-npcd-path
fix-nagios-url
adjust-template-path
+manpage-hyphen