~ubuntu-branches/ubuntu/intrepid/logrotate/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/man-rh-1.patch

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2006-04-08 23:02:19 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060408230219-7moi9qw2g42w1nye
Tags: 3.7.1-3
* Patch debian/control to fix FTBFS on kfreebsd-amd64. Perhaps we need
  a build-depends macro for !kfreebsd. (Closes: #361465)
* Use and depend on debhelper version 5.
* Switch from dpatch to quilt.
* cpp-crossbuild.patch: change from using $(CPP) to $(CC) -E.
  Thanks to NIIBE Yutaka. (Closes: #284040)
* dst.patch: fix mktime initialisation so that daylight savings is
  taken into account. Thanks to Holger Weiss. (Closes: #278591)
* man-333996.patch: fix typos in logrotate.8 where "then" should be
  "than". Thanks to Adrian Knoth. (Closes: #333996)
* manpage.patch: Apply missed fixes from #101272. Thanks to J S Bygott.
  (Closes: #335060)
* script-argument.patch: Allow the use of $1 in scripts again.
  (Closes: #330783)
* README.Debian: Document that sysklogd does its own log rotation.
  (Closes: #308963)
* README.Debian: Document how scripts are called. (Closes: #308920)
* Update the copyright file.
* debian/control: remove versioned dependency on cron. The version of
  cron forbidden pre-dates woody (currently "oldstable") by several
  years. This versioned dependency is preventing logrotate being
  installed with bcron. (Closes: #304038, #349150)
* debian/rules: Fix backports, allowing them to use selinux.
  (Closes: #340363)
* uncompressChild-warning.patch: Fix a "might be used uninitialised" 
  warning from gcc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Fixes from upstream 3.7.1-4:
 
2
 * Typo and missing information in man page (#139346)
 
3
 
 
4
Index: logrotate-3.7.1/logrotate.8
 
5
===================================================================
 
6
--- logrotate-3.7.1.orig/logrotate.8    2006-04-08 21:16:19.525257240 +0100
 
7
+++ logrotate-3.7.1/logrotate.8 2006-04-08 21:17:39.954145340 +0100
 
8
@@ -126,7 +126,8 @@
 
9
 Each is rotated whenever it grows over 100k is size, and the old log
 
10
 files are mailed (uncompressed) to www@my.org after going through 5
 
11
 rotations, rather then being removed. The \fBsharedscripts\fR means that
 
12
-the \fBpostrotate\fR script will only be run once, not once for each
 
13
+the \fBpostrotate\fR script will only be run once (after the old logs 
 
14
+have been compressed), not once for each
 
15
 log which is rotated. Note that log file names may be enclosed in
 
16
 quotes (and that quotes are required if the name contains spaces).
 
17
 Normal shell quoting rules apply, with \fB'\fR, \fB"\fR, and \fB\\\fR
 
18
@@ -384,7 +385,7 @@
 
19
 are only run once, no matter how many logs match the wildcarded pattern.
 
20
 However, if none of the logs in the pattern require rotating, the scripts
 
21
 will not be run at all. This option overrides the \fBnosharedscripts\fR
 
22
-option.
 
23
+option and implies \fBcreate\fR option.
 
24
 
 
25
 .TP
 
26
 \fBstart \fIcount\fR