Re: [gentoo-user] glsa-check script

2006-05-11 Thread Vladimir G. Ivanovic
On Thu, 2006-05-11 at 17:41 -0400, John J. Foster wrote: > Use at your own risk. I wouln't think of applying anything without > seeing what it is first. YMMV I have a cron job that fires off hourly. #!/bin/sh glsa-check -f new 2>/dev/null [[ $? -eq 0 ]] || echo "glsa-che

Re: [gentoo-user] glsa-check script

2006-05-11 Thread John J. Foster
On Thu, May 11, 2006 at 05:09:41PM -0400, Nick Smith wrote: > On 5/11/06, Rasmus Andersen <[EMAIL PROTECTED]> wrote: > >On Thu, May 11, 2006 at 04:35:46PM -0400, Nick Smith wrote: > >> has anyone written a script that checks for glsa security updates and > >> then has it auto emerge the packages it

Re: [gentoo-user] glsa-check script

2006-05-11 Thread Nick Smith
On 5/11/06, Rasmus Andersen <[EMAIL PROTECTED]> wrote: On Thu, May 11, 2006 at 04:35:46PM -0400, Nick Smith wrote: > has anyone written a script that checks for glsa security updates and > then has it auto emerge the packages it needs to get rid of the > security risk? if so i would be very inte

Re: [gentoo-user] glsa-check script

2006-05-11 Thread Neil Bothwick
On Thu, 11 May 2006 16:35:46 -0400, Nick Smith wrote: > has anyone written a script that checks for glsa security updates and > then has it auto emerge the packages it needs to get rid of the > security risk? if so i would be very interested in looking at that > script. Keeping 5 gentoo machines

Re: [gentoo-user] glsa-check script

2006-05-11 Thread Rasmus Andersen
On Thu, May 11, 2006 at 04:35:46PM -0400, Nick Smith wrote: > has anyone written a script that checks for glsa security updates and > then has it auto emerge the packages it needs to get rid of the > security risk? if so i would be very interested in looking at that > script. Keeping 5 gentoo mac

[gentoo-user] glsa-check script

2006-05-11 Thread Nick Smith
has anyone written a script that checks for glsa security updates and then has it auto emerge the packages it needs to get rid of the security risk? if so i would be very interested in looking at that script. Keeping 5 gentoo machines up to date security wise is becoming very time consuming. th