From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RuBHO-00060P-Mi for garchives@archives.gentoo.org; Sun, 05 Feb 2012 23:13:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D7C9E0698; Sun, 5 Feb 2012 23:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 392BAE0698 for ; Sun, 5 Feb 2012 23:13:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8336D1B4012 for ; Sun, 5 Feb 2012 23:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CCBE980043 for ; Sun, 5 Feb 2012 23:13:44 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: Subject: [gentoo-commits] proj/conf-update:master commit in: / X-VCS-Repository: proj/conf-update X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: db4ed5c88d0c3faffcbf22d60c210d1efeb2e1a3 Date: Sun, 5 Feb 2012 23:13:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4e200c23-ab65-4796-a313-2fef4af95cc8 X-Archives-Hash: 3b29d559c915a565b34c55e5ef087583 commit: db4ed5c88d0c3faffcbf22d60c210d1efeb2e1a3 Author: Jos=C3=A9 Mar=C3=ADa Alonso AuthorDate: Sun Feb 5 23:12:07 2012 +0000 Commit: Jos=C3=A9 Mar=C3=ADa Alonso gentoo org> CommitDate: Sun Feb 5 23:12:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/conf-update.g= it;a=3Dcommit;h=3Ddb4ed5c8 Added description of the tool --- README | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README b/README index 1f0a0d0..4d243d6 100644 --- a/README +++ b/README @@ -1,5 +1,13 @@ -Package: conf-update -Authors: Simon Stelling - Christoph Mende - Jan Psota - Jos=C3=A9 Mar=C3=ADa Alonso +conf-update + +http://conf-update.berlios.de/ + +conf-update is a curses based tool for the Gentoo Linux portage system. + +conf-update is supposed to be run after merging a new package to see if +there are updates to the configuration files. + +conf-update will check all directories in the CONFIG_PROTECT variable. A= ll +config files found in CONFIG_PROTECT_MASK will automatically be updated +for you. +