Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/rainbow-gc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rainbow-gc')
-rwxr-xr-xbin/rainbow-gc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rainbow-gc b/bin/rainbow-gc
index 60a4ebe..6f1d99a 100755
--- a/bin/rainbow-gc
+++ b/bin/rainbow-gc
@@ -42,7 +42,7 @@ def gc_uid(log, spool, uid):
log(1, "skipped uid %s", uid)
return
- for table in ('uid_to_instance_dir', 'uid_to_home_dir', 'uid_to_gid', 'uid_to_xephyr_auth', 'uid_to_xephyr_cookie', 'uid_to_xephyr_display'):
+ for table in ('uid_to_instance_dir', 'uid_to_home_dir', 'uid_to_gid', 'uid_to_x11_auth', 'uid_to_x11_cookie', 'uid_to_x11_display'):
row = join(spool, table, uid)
# NB: it is important that rm -rf doesn't follow links. <MS>
cmd = ['/bin/rm', '-r', '-f', row]