projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0b826b
)
Fix NameError for ConfigProtect.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 1 Aug 2010 08:11:41 +0000
(
01:11
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 1 Aug 2010 08:11:41 +0000
(
01:11
-0700)
bin/dispatch-conf
patch
|
blob
|
history
diff --git
a/bin/dispatch-conf
b/bin/dispatch-conf
index a7556a3a3d4fc48e3f625289a21713d51c1570eb..1e21a521b100075d3843e82a8e24200f39554316 100755
(executable)
--- a/
bin/dispatch-conf
+++ b/
bin/dispatch-conf
@@
-113,7
+113,7
@@
class dispatch:
# config file freezing support
frozen_files = set(self.options.get("frozen-files", "").split())
auto_zapped = []
- protect_obj = ConfigProtect(
+ protect_obj =
portage.util.
ConfigProtect(
config_root, config_paths,
portage.util.shlex_split(
portage.settings.get('CONFIG_PROTECT_MASK', '')))