From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-143064-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 8A02C1381F3
	for <garchives@archives.gentoo.org>; Wed,  5 Dec 2012 00:32:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1278121C020;
	Wed,  5 Dec 2012 00:31:56 +0000 (UTC)
Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A31FA21C020
	for <gentoo-user@lists.gentoo.org>; Wed,  5 Dec 2012 00:30:35 +0000 (UTC)
Received: by mail-ee0-f53.google.com with SMTP id c50so2768058eek.40
        for <gentoo-user@lists.gentoo.org>; Tue, 04 Dec 2012 16:30:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:date:message-id:subject:from:to:content-type;
        bh=EwEsYyEdZjaFimyU/qIvviqdsZOed+sNiDLikyw/++Y=;
        b=m0GSY9xTc+akkiC4BMakqbmjTSF07yB8HKuSg0ahXYVdx+/MPSl7NiAD8BV8bTncjb
         s1mOcqfEXRSDrO10tHTYrarouEJZtjxnsFuF97HyWNUjjaYDaIKfAt/iUVrhx91NOJ8l
         CHsyTvGX2Uu8WShU3ml2szEt84aRULQa3gybj1HQjfqWiJ26xLWLR5yUnpgzvcGNs0S1
         4sDRXt7JnFAEjjWEEYZ42TNv66ZNEO+nshNPyBMO+I3P9pPULfNOyo38DyTAs/xTTN1R
         NAeCXCepkuUr5fLzvPp6Hdju+XAPtdbGOsqJ5QjvrCSodyylok7AO0R6NbqeqTYVMtPL
         cneQ==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.14.178.7 with SMTP id e7mr54324195eem.44.1354667433992; Tue,
 04 Dec 2012 16:30:33 -0800 (PST)
Received: by 10.223.60.69 with HTTP; Tue, 4 Dec 2012 16:30:33 -0800 (PST)
Date: Tue, 4 Dec 2012 16:30:33 -0800
Message-ID: <CAN0CFw34hfSmjeBiAXDNEczaOaFhcdP5rybwg+DKOOzn+iHSkA@mail.gmail.com>
Subject: [gentoo-user] System maintenance procedure?
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: multipart/alternative; boundary=047d7b6246263120fa04d01017fc
X-Archives-Salt: 8599a583-9d91-46de-8491-3a6d2978df7e
X-Archives-Hash: 16982defc4411d81fb6499a7a11155a3

--047d7b6246263120fa04d01017fc
Content-Type: text/plain; charset=ISO-8859-1

My unattended daily system maintenance procedure is like this:

layman -S
emerge --sync
emerge -pvDuN world
emerge -pv --depclean
eclean -p distfiles
eclean -p packages

And then attended like this:

emerge -DuN world
revdep-rebuild
etc-update
elogv
emerge --depclean
eclean distfiles
eclean packages

Am I missing any good stuff?

- Grant

--047d7b6246263120fa04d01017fc
Content-Type: text/html; charset=ISO-8859-1

My unattended daily system maintenance procedure is like this:<div><br></div><div><div>layman -S</div><div>emerge --sync</div><div>emerge -pvDuN world</div></div><div>emerge -pv --depclean<br></div><div><div>eclean -p distfiles</div>
<div>eclean -p packages</div></div><div><br></div><div>And then attended like this:<br><div><br></div><div>emerge -DuN world<br></div><div>revdep-rebuild</div><div>etc-update</div><div>elogv<br></div><div>emerge --depclean<br>
</div><div>eclean distfiles</div><div>eclean packages</div><div><br></div><div>Am I missing any good stuff?</div><div><br></div><div>- Grant</div></div>

--047d7b6246263120fa04d01017fc--