[13:06] xnox: how are the updates to user-log-dir coming along? [13:08] yes, should do those. fixes as agreed + docs. [13:09] xnox: ta :) [15:45] jodh: what if HOME="../lolcats/" [16:25] xnox: is that even legitimate? [16:26] jodh: i'm just pondering that XDG_CONFIG_HOME might end up ralative, after the fallback is used which expands $HOME. Hence I am pondering to move the check that path is absolute to a match later point. [16:26] such that returned conf-sources array is always legitimate. [16:27] jodh: I can totally see puppet/chef/whatnot misconfigure passwd [16:28] xnox: yeah - that sounds like the safest option. [16:32] jodh: does upstart handle alright if logdir is non-existant or NULL. [16:32] * xnox adds a note to check that. [16:32] * xnox ponders how far one can get a desktop session going with relative $HOME [16:37] right, needs more tests. I need to check on a few more urgent installer things now. [20:55] what would a relative path in $HOME be relative to? ☺ [21:02] your current working dir, whatever it's :) [21:05] how do you go "up" from '/' ? [21:06] well, I suppose it just stays there [21:06] hehe, I didn't say relative $HOME would make sense, just said how it'd work ;) but yeah HOME="../../home/test" will be equal to HOME="/home/test" in upstart's case ;) [21:07] right, .. on / points to . so you can't go any further but it won't fail either [21:08] I wonder if there is a rule about what applications should do with a relative $HOME... [21:15] applications usually just append stuff to $HOME and let the libc do any kind of expansion