Bump liberty

This commit is contained in:
2015-07-01 23:28:30 +02:00
parent 8d62d95918
commit 51bf132c6b
3 changed files with 6 additions and 18 deletions

11
kike.c
View File

@@ -31,12 +31,11 @@
static struct config_item g_config_table[] =
{
// TODO: expand ~[blah] in resolve_config_filename()
// TODO: expand the path at least? Use XDG_RUNTIME_DIR if relative.
// The last fallback is: "$XDG_DATA_HOME defines the base directory
// relative to which user specific data files should be stored.
// If $XDG_DATA_HOME is either not set or empty, a default equal to
// $HOME/.local/share should be used."
// TODO: use XDG_RUNTIME_DIR if relative. The last fallback is:
//
// "$XDG_DATA_HOME defines the base directory relative to which user
// specific data files should be stored. If $XDG_DATA_HOME is either not
// set or empty, a default equal to $HOME/.local/share should be used."
//
// Note that when using XDG_RUNTIME_DIR, it either needs to have access
// time bumped every 6 hours, or have the sticky bit set.