summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.7.1/man-sizetypo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/logrotate-3.7.1/man-sizetypo.patch')
-rw-r--r--patches/logrotate-3.7.1/man-sizetypo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/logrotate-3.7.1/man-sizetypo.patch b/patches/logrotate-3.7.1/man-sizetypo.patch
new file mode 100644
index 000000000..ea9154c34
--- /dev/null
+++ b/patches/logrotate-3.7.1/man-sizetypo.patch
@@ -0,0 +1,13 @@
+Fix manpage typo in the size example.
+
+--- /home/pm/deb/logrotate/logrotate-3.7/logrotate.8 2004-09-13 22:50:08.000000000 +0100
++++ logrotate-3.7/logrotate.8 2004-09-13 22:50:25.000000000 +0100
+@@ -90,7 +90,7 @@
+ "/var/log/httpd/access.log" /var/log/httpd/error.log {
+ rotate 5
+ mail www@my.org
+- size=100k
++ size 100k
+ sharedscripts
+ postrotate
+ /usr/bin/killall -HUP httpd