Gentoo Archives: gentoo-user

From: "nybblenybblebyte@×××××.com" <nybblenybblebyte@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] System maintenance procedure?
Date: Wed, 05 Dec 2012 01:01:54
Message-Id: abf2b92d-a8a2-4182-b385-fa7f3461fa20@blur
In Reply to: [gentoo-user] System maintenance procedure? by Grant
1 Why with the pretend option? Checking to see if it's needed?
2
3 Connected by DROID on Verizon Wireless
4
5 -----Original message-----
6 From: Grant <emailgrant@×××××.com>
7 To: Gentoo mailing list <gentoo-user@l.g.o>
8 Sent: Wed, Dec 5, 2012 00:34:37 GMT+00:00
9 Subject: [gentoo-user] System maintenance procedure?
10
11 My unattended daily system maintenance procedure is like this:
12
13 layman -S
14 emerge --sync
15 emerge -pvDuN world
16 emerge -pv --depclean
17 eclean -p distfiles
18 eclean -p packages
19
20 And then attended like this:
21
22 emerge -DuN world
23 revdep-rebuild
24 etc-update
25 elogv
26 emerge --depclean
27 eclean distfiles
28 eclean packages
29
30 Am I missing any good stuff?
31
32 - Grant