aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/vlmcsd/config.patch
blob: fc2b479f0e0b193b78ad8c9472918e645fb84dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./src/config.h.orig
+++ ./src/config.h
@@ -61,7 +61,7 @@
    * at a default location.
    */
 
-   //#define INI_FILE "/etc/vlmcsd.ini"
+   #define INI_FILE "/etc/vlmcsd/vlmcsd.ini"
 
 #endif // INI_FILE
 
@@ -75,7 +75,7 @@
  * at a custom default location.
  */
 
- //#define DATA_FILE "/etc/vlmcsd.kmd"
+ #define DATA_FILE "/etc/vlmcsd/vlmcsd.kmd"
 
 #endif // DATA_FILE