summaryrefslogtreecommitdiff
path: root/security/aide/files/patch-configure
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-11-05 13:46:25 +0000
committerCy Schubert <cy@FreeBSD.org>2002-11-05 13:46:25 +0000
commit9647b77dfd20c0905a562668394662542749b1bd (patch)
treee97ac8b0fe6bc0dbbf644829555031b89a2d4f1c /security/aide/files/patch-configure
parentShould have been nuked in the great kde2 massacre. better late than never. (diff)
Update 0.7 --> 0.9
The aide database was in /var/adm/aide and is now in /var/db/aide. /var/adm is a SYSV directory that does not exist on FreeBSD.
Diffstat (limited to 'security/aide/files/patch-configure')
-rw-r--r--security/aide/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/aide/files/patch-configure b/security/aide/files/patch-configure
new file mode 100644
index 000000000000..01cc535cc2c2
--- /dev/null
+++ b/security/aide/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Tue Jun 4 01:31:27 2002
++++ configure Fri Jul 12 06:13:48 2002
+@@ -2838,7 +2838,7 @@
+ EOF
+
+ cat >> confdefs.h <<EOF
+-#define AIDE_BLKCNT_TYPE blkcnt_t
++#define AIDE_BLKCNT_TYPE int32_t
+ EOF
+
+ compoptionstring="${compoptionstring}WITH_LSTAT\\n"