Skip to content

Commit

Permalink
[linux] set default data directory location to '/var/lib/boinc'.
Browse files Browse the repository at this point in the history
Official BOINC packages for Linux use '/var/lib/boinc' directory instead of '/var/lib/boinc-client'.

This fixes #5775.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Aug 25, 2024
1 parent df82297 commit 38eafa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ struct DEVICE_STATUS {
// You can define this in "configure" if you want.
//
#ifndef LINUX_DEFAULT_DATA_DIR
#define LINUX_DEFAULT_DATA_DIR "/var/lib/boinc-client"
#define LINUX_DEFAULT_DATA_DIR "/var/lib/boinc"
#endif

#endif

0 comments on commit 38eafa2

Please sign in to comment.