summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/man_page_format.patch15
-rw-r--r--debian/patches/series1
3 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c354a9..76592eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+rsyslog (1.19.7-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/patches/man_page_format.patch
+ - Fix a formatting glitch in the rsyslog.conf man page.
+
+ -- Michael Biebl <biebl@debian.org> Tue, 25 Sep 2007 22:54:04 +0200
+
rsyslog (1.19.3-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/patches/man_page_format.patch b/debian/patches/man_page_format.patch
new file mode 100644
index 0000000..1e1dc04
--- /dev/null
+++ b/debian/patches/man_page_format.patch
@@ -0,0 +1,15 @@
+Index: rsyslog.conf.5
+===================================================================
+--- rsyslog.conf.5 (Revision 885)
++++ rsyslog.conf.5 (Arbeitskopie)
+@@ -182,8 +182,8 @@
+ Rsyslogd supports BSD-style blocks inside rsyslog.conf. Each block of lines is separated from
+ the previous block by a program or hostname specification. A block will only log messages
+ corresponding to the most recent program and hostname specifications given. Thus, a block which
+-selects ‘ppp’ as the program, directly followed by a block that selects messages from the
+-hostname ‘dialhost’, then the second block will only log messages from the ppp program on dialhost.
++selects "ppp" as the program, directly followed by a block that selects messages from the
++hostname "dialhost", then the second block will only log messages from the ppp program on dialhost.
+
+ .SS Selectors
+ .B Selectors are the traditional way of filtering syslog messages.
diff --git a/debian/patches/series b/debian/patches/series
index a73faf0..f6e71f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
ignore_non_conf_files.patch -p0
no_create_db.patch
+man_page_format.patch -p0