Commit: e9bc8db8895403d51afe27a7e9866e9fc6d9e40a
Parent: abdf7b674d28e21849e0f3c2ed703b122869f3de
Author: Randy Palamar
Date: Wed, 7 Jul 2021 09:45:54 -0600
tell abduco to use /tmp for sockets
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/sys/etc/portage/savedconfig/app-misc/abduco-0.6 b/.config/sys/etc/portage/savedconfig/app-misc/abduco-0.6
@@ -12,8 +12,8 @@ static struct Dir {
char *env; /* environment variable to use if (set) */
bool personal; /* if false a user owned sub directory will be created */
} socket_dirs[] = {
+ { .path = "/tmp", false },
{ .env = "ABDUCO_SOCKET_DIR", false },
{ .env = "HOME", true },
{ .env = "TMPDIR", false },
- { .path = "/tmp", false },
};