Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Openoffice being replaced?
Date: Thu, 28 Jul 2011 21:16:10
Message-Id: 4E31D18D.6010608@wonkology.org
In Reply to: Re: [gentoo-user] Re: Openoffice being replaced? by Peter Humphrey
1 Peter Humphrey writes:
2
3 > On Thursday 28 July 2011 21:48:15 Dale wrote:
4 >
5 >> I have wondered that too. The process is sort of started but it's not
6 >> actually compiling either. I wonder how we could know for sure?
7 >
8 > Easy. "emerge --fetchonly <blah>" first, then start the real work.
9
10 I have acron job running which does an eix-sync, followed by emerge
11 -DuNf @world. And I also call a little script to check for GLSAs (Gentoo
12 Linux Security Advisories):
13
14 #!/bin/bash
15 glsas=$( glsa-check -n -t all |
16 grep -v "^This system is affected by the following GLSAs:$" )
17 glsa-check -n -l $glsas 2> /dev/null
18
19 Wonko