diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-01-03 10:22:35 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-01-03 10:22:41 +0100 |
commit | 4dd914f90425cf71e54f9f75e7ed9ab7887d39d0 (patch) | |
tree | 8fcd8f104711b9ff1fcf75734ce97becd2f2396b /non-free/vlmcsd/config.patch | |
parent | 01157f54b9b99d228bed8f3fabae1eae5796f7f9 (diff) | |
download | aports-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.patch | 20 |
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 + |