diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:35 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:35 +0100 |
commit | b0dbc76eaaf1c7f51b3aea1ea359b3a7e9882d20 (patch) | |
tree | b52cf2f47cd3e0baa4e60fc108d83d253a5a2218 /debian/patches | |
parent | 6baee6e64e3c9427ced7724d2e4378e1d00dbf11 (diff) | |
download | rsyslog-b0dbc76eaaf1c7f51b3aea1ea359b3a7e9882d20.tar.gz |
Imported Debian patch 1.19.7-1debian/1.19.7-1
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/man_page_format.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
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 |