Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv1778

Added Files:
        rkhunter.info 
Log Message:
Add to 10.7.

--- NEW FILE: rkhunter.info ---
Package: rkhunter
Version: 1.3.8
Revision: 1
Description: Rootkit Hunter
License: GPL
Maintainer: Remi Mommsen <[email protected]>
HomePage: http://rkhunter.sourceforge.net/
DescDetail: <<
 Security monitoring and analyzing tool.
<<
DescUsage: <<
 rkhunter must be run as superuser, i.e. do
 'sudo rkhunter'
<<
DocFiles: <<
 files/ACKNOWLEDGMENTS
 files/CHANGELOG
 files/FAQ
 files/LICENSE
 files/README
<<

Source: mirror:sourceforge:rkhunter/%n-%v.tar.gz
Source-MD5: 0c34eb2a2d0caa384f442c11fcbb0c46

PatchScript: <<
  perl -pi -e 's|/var/lib/dpkg|%p/var/lib/dpkg|' files/rkhunter
<<

BuildDepends: fink (>= 0.24.12)
Depends: system-perl, wget, sed

CompileScript: <<
  echo "Nothing to do"
<<

InstallScript: <<
  ./installer.sh --layout custom %d%p --striproot %d --install
<<

ConfFiles: <<
  %p/etc/rkhunter.conf
<<

PreRmScript: <<
  /bin/rm -rf %p/var/lib/rkhunter/db/rkhunter.dat*
<<

PostInstScript: <<
  printf "\nDo you want to download the latest database updates now? [Yn] "
 YN=yes
 if ! read -t 20 YN; then
   echo "Yes"
 fi
 case $YN in
   [nN]|[nN][oO]) echo "Your database might be out-dated." ;;
   *) set +e ; %p/bin/rkhunter --update ;;
 esac
 printf "\nTo download the latest database updates in future, run 'rkhunter 
--update'.\n"
<<


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to