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-check: error"
        
Never had a problem. Never got an error. It's been this way for months.
(My mileage doesn't vary ;-)

--- Vladimir

Vladimir G. Ivanovic
Palo Alto, CA 94306
+1 650 678 8014

-- 
gentoo-user@gentoo.org mailing list

Reply via email to