On 2008-09-22 at 19:38:34, Loïc Minier wrote:
> On Wed, Jul 02, 2008, Francois Marier wrote:
> > $ cat /etc/cron.d/debsums-update
> > 0 5 * * 1-5 root/usr/bin/debsums -cs | egrep -v "`cat
> > /etc/debsums-ignore`"
>
> Hmm what about 'egrep -vf /etc/debsums-ignore'?
Yes, that's muc
On Wed, Jul 02, 2008, Francois Marier wrote:
> $ cat /etc/cron.d/debsums-update
> 0 5 * * 1-5 root/usr/bin/debsums -cs | egrep -v "`cat
> /etc/debsums-ignore`"
Hmm what about 'egrep -vf /etc/debsums-ignore'?
--
Loïc Minier
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject
I've got this cronjob running every day:
$ cat /etc/cron.d/debsums-update
0 5 * * 1-5 root/usr/bin/debsums -cs | egrep -v "`cat
/etc/debsums-ignore`"
and this list of files to ignore:
$ cat /etc/debsums-ignore
^/usr/bin/module-assistant$
^/usr/share/misc/pci.ids$
^/var/lib/usb
3 matches
Mail list logo