]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
manhole: be more tolerant of authorized_keys. files in .tahoe
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 25 Sep 2008 03:11:49 +0000 (20:11 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 25 Sep 2008 03:11:49 +0000 (20:11 -0700)
commit90e3f3717339ec5fc9db62fd2d215c19b11a79b0
treeb3666d71245c6ba3bddbb86f9a696119a4cc2abd
parent00aa75d1e8b8b1880f415b3901ba5bb57466da80
manhole: be more tolerant of authorized_keys. files in .tahoe

both peter and I independently tried to do the same thing to eliminate the
authorized_keys file which was causing problems with the broken mac build
(c.f. #522) namely mv authorized_keys.8223{,.bak}  but the node is, ahem,
let's say 'intolerant' of the trailing .bak - rather than disable the
manhole as one might expect, it instead causes the node to explode on
startup.  this patch makes it skip over anything that doesn't pass the
'parse this trailing stuff as an int' test.
src/allmydata/node.py