[Lunar-commits] CVS: moonbase/security/rkhunter BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Jan 10 03:54:07 UTC 2005
Update of /var/cvs/lunar/moonbase/security/rkhunter
In directory espresso.foo-projects.org:/tmp/cvs-serv8389/rkhunter
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Inital import of rootkit hunter. happy scanning.
--- NEW FILE: BUILD ---
(
BASE_LOCATION="$MODULE_PREFIX/lib/$MODULE"
cd files &&
prepare_install &&
mkdir -p $BASE_LOCATION/db &&
mkdir -p $BASE_LOCATION/scripts &&
install *.dat $BASE_LOCATION/db/ &&
install *.pl $BASE_LOCATION/scripts/ &&
install check_update.sh $BASE_LOCATION/scripts/ &&
install -m0755 rkhunter $MODULE_PREFIX/bin &&
sedit "s:#DBDIR=/usr/local/rkhunter/db:DBDIR=$MODULE_PREFIX/lib/$MODULE/db\nINSTALLDIR=$MODULE_PREFIX:" rkhunter.conf &&
install -m0644 rkhunter.conf /etc &&
cp development/rkhunter.8 $MODULE_PREFIX/share/man/man8 &&
gather_docs WISHLIST
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends perl
--- NEW FILE: DETAILS ---
MODULE=rkhunter
VERSION=1.1.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://downloads.rootkit.nl/
SOURCE_VRY=sha1:15344db91d87031e5336bd0636dcbd63dcdcd017
WEB_SITE=http://www.rootkit.nl/
ENTERED=20050109
UPDATED=20050109
SHORT="A scanner to check for things like rootkits and backdoors"
cat << EOF
This rootkit scanning tool scans for rootkits, backdoors, and local
exploits on your system.
EOF
More information about the Lunar-commits
mailing list