diff options
| author | karltk <karltk@gentoo.org> | 2003-10-04 22:41:17 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2003-10-04 22:41:17 +0000 |
| commit | f294c663e296f36747281487c7547de1f796f4e3 (patch) | |
| tree | 12b5aecf49f5540787221cf13b43fae835a1a925 /trunk/src/etc-update | |
| parent | 7d11dba7ffc8295c6d6f9892e88798b7c0860c8a (diff) | |
| download | gentoolkit-f294c663e296f36747281487c7547de1f796f4e3.tar.gz | |
Fresh gentool
svn path=/; revision=41
Diffstat (limited to 'trunk/src/etc-update')
| -rwxr-xr-x | trunk/src/etc-update/etc-update | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/trunk/src/etc-update/etc-update b/trunk/src/etc-update/etc-update index 50bf8d7..f566dff 100755 --- a/trunk/src/etc-update/etc-update +++ b/trunk/src/etc-update/etc-update @@ -2,8 +2,13 @@ # # $Header$ # -# Distributed under the terms of the GNU General Public License v2 -# Copyright (c) 2003 Karl Trygve Kalleberg +# Distributed under the terms of the GNU General Public License v2 +# Copyright (c) 2003 Karl Trygve Kalleberg +# +# Based on previous versions, by +# - Brandon Low <lostlogic@gentoo.org> +# - Jochem Kossen <j.kossen@home.nl> +# - Leo Lipelis <aeoo@gentoo.org> from dialog import Dialog import portage @@ -11,6 +16,12 @@ import time import re import os +__author__ = "Karl Trygve Kalleberg" +__email__ = "karltk@gentoo.org" +__version__ = "0.2.0" +__productname__ = "etc-update" +__description__ = "Interactive config file updater" + globals = portage.settings.configdict["globals"] for i in globals["CONFIG_PROTECT"].split(): |
