summaryrefslogtreecommitdiff
path: root/sysutils/logrotate/files/patch-aa
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 22:12:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 22:12:40 +0000
commit78c32929c3a445edeffd0978b001f46df964506b (patch)
tree6f4c9915032724885d1725a9a94585f230859e9c /sysutils/logrotate/files/patch-aa
parentLet the port choose between a PGSQL or MYSQL backend. (diff)
- Update to 3.6.5
PR: ports/62926 Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=102470
Diffstat (limited to 'sysutils/logrotate/files/patch-aa')
-rw-r--r--sysutils/logrotate/files/patch-aa20
1 files changed, 12 insertions, 8 deletions
diff --git a/sysutils/logrotate/files/patch-aa b/sysutils/logrotate/files/patch-aa
index 8c309e4706d7..629b2f059a4e 100644
--- a/sysutils/logrotate/files/patch-aa
+++ b/sysutils/logrotate/files/patch-aa
@@ -1,12 +1,16 @@
---- config.c.orig Tue Dec 28 15:24:25 1999
-+++ config.c Tue Dec 28 15:26:54 1999
-@@ -1,9 +1,7 @@
+diff -ruN config.c config.c
+--- logrotate-3.6.5/config.c Wed Mar 13 16:59:45 2002
++++ logrotate-3.6.5/config.c Wed Feb 4 19:27:37 2004
+@@ -1,4 +1,3 @@
+-#include <alloca.h>
+ #include <ctype.h>
+ #include <dirent.h>
+ #include <errno.h>
+diff -ruN logrotate-3.6.5-orig/logrotate.c logrotate-3.6.5/logrotate.c
+--- logrotate-3.6.5/logrotate.c Wed Apr 24 01:29:19 2002
++++ logrotate-3.6.5/logrotate.c Wed Feb 4 19:27:37 2004
+@@ -1,4 +1,3 @@
-#include <alloca.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
- #include <fcntl.h>
--#include <getopt.h>
- #include <glob.h>
- #include <grp.h>
- #include <pwd.h>