Joey Hess writes: > Someone should package AIDE (http://www.cs.tut.fi/~rammer/aide.html). It's > a free tripwire replacement.
This was mentioned a week or two ago and at least two people volunteered. I might be interested too. I've not packaged anything yet, though, and I am not a Debian developer. -- #!/usr/bin/perl -w -- # Ari Makela, [EMAIL PROTECTED], http://www.iki.fi/hauva/ use strict;my $s='I am just a poor bear with a startling lack of brain.';my $t= crypt($s,substr($s,0,2));$t=~y#IEK65c4qx AR#J o srtahuet#;$t=~s/hot/not/;my @v=split(//,$t);push(@v,split(//,reverse('rekcah lreP')));foreach(@v){print;}