pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
i2pd: some explanations about i2pd.conf problem to TODO
Module Name: pkgsrc-wip
Committed By: Jake Slazenger <jake.slazenger%yandex.com@localhost>
Pushed By: jakeSlaz
Date: Wed Mar 21 10:57:20 2018 +0300
Changeset: 08234c8388ae84a32daf9d53e76d46a7c195108f
Modified Files:
i2pd/TODO
Log Message:
i2pd: some explanations about i2pd.conf problem to TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08234c8388ae84a32daf9d53e76d46a7c195108f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
i2pd/TODO | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/i2pd/TODO b/i2pd/TODO
index cc11c20755..db83d84952 100644
--- a/i2pd/TODO
+++ b/i2pd/TODO
@@ -1,5 +1,7 @@
-* Write rc script
-* i2pd.conf bug:
+* i2pd.conf problem:
* https://github.com/PurpleI2P/i2pd/issues/1148
* When i2pd is starting as --service, client reads /var/lib/i2pd directory
- instead path that set in 'datadir' value, in i2pd.conf.
+ instead path that set in 'datadir' variable of i2pd.conf.
+ * Problem is hardcoded path for 'datadir' variable that placed in
+ libi2pd/FS.cpp:81
+ * Makefile fixes it by change this path from '/var/lib' to '${PREFIX}/var'
Home |
Main Index |
Thread Index |
Old Index