Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2009-08-16 01:19:45 (GMT)
committer Michael Stone <michael@laptop.org>2009-08-16 01:19:45 (GMT)
commit9af3010ebd1278588c085bf825180b4d3448ec78 (patch)
tree4809c6d75388c7b834a1d820889e08597db3743c
parenta35db932075599db7c0be82128ed8403d6578c31 (diff)
Drop config file management from rainbow-sugarize.
-rwxr-xr-xrainbow/bin/rainbow-sugarize2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbow/bin/rainbow-sugarize b/rainbow/bin/rainbow-sugarize
index 33d2e09..ea0e312 100755
--- a/rainbow/bin/rainbow-sugarize
+++ b/rainbow/bin/rainbow-sugarize
@@ -66,7 +66,7 @@ def main():
chmod(ice_cookie_path, 0666)
chown(ice_cookie_path, o.pw_uid, i.pw_gid)
- for frag in ['config', 'owner.key.pub']:
+ for frag in ['owner.key.pub']:
path = join('.sugar/default/', frag)
make_dirs(dirname(join(h_i, path)), getuid(), getgid(), 0777)
copyfile(join(h_o, path), join(h_i, path))