[Lunar-commits] <moonbase> aide: small tweaks.
Florin Braescu
florin at lunar-linux.org
Mon Aug 10 19:49:27 CEST 2009
commit 3b924f4791d48749287958435f1cf1129c2442de
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Aug 10 20:49:27 2009 +0300
aide: small tweaks.
---
security/aide/BUILD | 5 ++---
security/aide/DEPENDS | 10 +++++-----
security/aide/DETAILS | 3 ++-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/security/aide/BUILD b/security/aide/BUILD
index 07ffbd5..3392c00 100644
--- a/security/aide/BUILD
+++ b/security/aide/BUILD
@@ -4,14 +4,13 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- $OPTS &&
+ $OPTS &&
- default_make &&
+ default_make &&
if ! [ -e /etc/aide.conf.sample ]; then
cp doc/aide.conf /etc/aide.conf.sample
fi
-
) > $C_FIFO 2>&1
diff --git a/security/aide/DEPENDS b/security/aide/DEPENDS
index 34d7436..d356f19 100644
--- a/security/aide/DEPENDS
+++ b/security/aide/DEPENDS
@@ -1,16 +1,16 @@
-depends mhash &&
-depends bison &&
-depends flex &&
+depends mhash
+depends bison
+depends flex
optional_depends "libgcrypt" \
"--with-libgcrypt" \
"--disable-libgcrypt" \
- "use gcrypt lib" &&
+ "use gcrypt lib"
optional_depends "postgresql" \
"--with-psql" \
"--disable-psql" \
- "for PostgreSQL database support" &&
+ "for PostgreSQL database support"
optional_depends "zlib" \
"--with-zlib" \
diff --git a/security/aide/DETAILS b/security/aide/DETAILS
index 03403d1..d0c0784 100644
--- a/security/aide/DETAILS
+++ b/security/aide/DETAILS
@@ -1,12 +1,13 @@
MODULE=aide
VERSION=0.13.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:0112ee0a974020b99f09d1f2a9fb05433a7b9681
WEB_SITE=http://aide.sourceforge.net
ENTERED=20011207
UPDATED=20061215
SHORT="file integrity checker"
+
cat << EOF
AIDE (Advanced Intrusion Detection Environment) is a file integrity
checker. It creates a database from the regular expression rules that it
More information about the Lunar-commits
mailing list