moved chkrootkit to attic

This commit is contained in:
Daniel Walpole 2006-09-27 11:14:45 +00:00
parent d05634e48f
commit 83a5f7abaa
4 changed files with 0 additions and 41 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/check_wtmpx
-rwxr-xr-x root/root usr/sbin/chkdirs
-rwxr-xr-x root/root usr/sbin/chklastlog
-rwxr-xr-x root/root usr/sbin/chkproc
-rwxr-xr-x root/root usr/sbin/chkrootkit
-rwxr-xr-x root/root usr/sbin/chkrootkit.scr
-rwxr-xr-x root/root usr/sbin/chkutmp
-rwxr-xr-x root/root usr/sbin/chkwtmp
-rwxr-xr-x root/root usr/sbin/ifpromisc
-rwxr-xr-x root/root usr/sbin/strings-static

View File

@ -1,2 +0,0 @@
22ba1ca91b3c379254f4f97014db7b0f chkrootkit
b73fb9e365d2edcd031d65b16e965a18 chkrootkit-0.46a.tar.gz

View File

@ -1,18 +0,0 @@
# Description: A shell script that checks system binaries for rootkit modification.
# URL: http://www.chkrootkit.org/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
name=chkrootkit
version=0.46a
release=1
source=(ftp://ftp.pangeia.com.br/pub/seg/pac/$name-$version.tar.gz \
chkrootkit)
build() {
cd $name-$version
make sense
mkdir -p $PKG/usr/sbin
mv -f chkrootkit chkrootkit.scr
install -m 0755 {check_wtmpx,chkdirs,chklastlog,chkproc,chkrootkit.scr,chkutmp,chkwtmp,ifpromisc,strings-static} $PKG/usr/sbin
install -m 0755 $SRC/chkrootkit $PKG/usr/sbin
}

View File

@ -1,9 +0,0 @@
#!/bin/sh
#
# /usr/sbin/chkrootkit: chkrootkit execution script
#
cd /usr/sbin
exec ./chkrootkit.scr "$@"
# End of file