aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/vlmcsd/config.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-01-03 10:22:35 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2017-01-03 10:22:41 +0100
commit4dd914f90425cf71e54f9f75e7ed9ab7887d39d0 (patch)
tree8fcd8f104711b9ff1fcf75734ce97becd2f2396b /non-free/vlmcsd/config.patch
parent01157f54b9b99d228bed8f3fabae1eae5796f7f9 (diff)
downloadaports-4dd914f90425cf71e54f9f75e7ed9ab7887d39d0.tar.bz2
aports-4dd914f90425cf71e54f9f75e7ed9ab7887d39d0.tar.xz
testing/vlmcsd: move to non-free due to missing license
Diffstat (limited to 'non-free/vlmcsd/config.patch')
-rw-r--r--non-free/vlmcsd/config.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/non-free/vlmcsd/config.patch b/non-free/vlmcsd/config.patch
new file mode 100644
index 0000000000..fc2b479f0e
--- /dev/null
+++ b/non-free/vlmcsd/config.patch
@@ -0,0 +1,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
+