Re: [gentoo-user] Bash query OT

2006-07-09 Thread Dave S
Thanks for you input, I see the error of my ways :) Dave -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Bash query OT

2006-07-09 Thread Neil Bothwick
On Sun, 9 Jul 2006 13:33:23 +0100, Dave S wrote: > I have written a script in /etc/cron.daily for chkrootkit to screen out > known suspect files that are OK & to email me with anthing else ... > (ahem its not a gentoo system ... just thought I should come clean :)) > > #!/bin/sh > > # Adds a pri

Re: [gentoo-user] Bash query OT

2006-07-09 Thread Mike Williams
On Sunday 09 July 2006 13:33, Dave S wrote: > chkrootkit -q\ > > | grep -v 'PACKET SNIFFER(/sbin/dhclient3'\ > | grep -v '/usr/lib/jvm/.java-gcj.jinfo'\ > | grep -v '/usr/lib/realplay-10.0.6/share/default/.realplayerrc'\ > | grep -v '/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/.systemPrefs'\ > | grep -v '

[gentoo-user] Bash query OT

2006-07-09 Thread Dave S
Hi all, I have written a script in /etc/cron.daily for chkrootkit to screen out known suspect files that are OK & to email me with anthing else ... (ahem its not a gentoo system ... just thought I should come clean :)) #!/bin/sh # Adds a primitive filter of repeating false positives OUTFILE=`