summaryrefslogtreecommitdiff
path: root/trunk/src/etc-update
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/etc-update')
-rwxr-xr-xtrunk/src/etc-update/etc-update15
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():