mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
- Fix path in config.h (/var/lib -> /var/log) to match our hier - Include dateext patch. This is obtained from Fedora CVS: http://www.redhat.com/archives/fedora-cvs-commits/2005-June/msg00761.html PR: ports/114523 Submitted by: Tom Mueko <tmueko at kommunity.net> Approved by: Balazs Nagy <js at iksz.hu> (maintaineR)
16 lines
556 B
Text
16 lines
556 B
Text
diff -ruN logrotate-3.7-orig/config.c logrotate-3.7/config.c
|
|
--- logrotate-3.7.1-orig/config.c Mon Sep 22 21:11:12 2003
|
|
+++ logrotate-3.7.1/config.c Mon May 24 08:09:39 2004
|
|
@@ -1,4 +1,3 @@
|
|
-#include <alloca.h>
|
|
#include <ctype.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|
|
diff -ruN logrotate-3.7-orig/logrotate.c logrotate-3.7/logrotate.c
|
|
--- logrotate-3.7.1-orig/logrotate.c Thu Feb 5 19:42:13 2004
|
|
+++ logrotate-3.7.1/logrotate.c Tue Jun 15 17:35:48 2004
|
|
@@ -1,4 +1,3 @@
|
|
-#include <alloca.h>
|
|
#include <ctype.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|