clarify lack of knowledge in where the config should be located
This commit is contained in:
parent
2b0f42992f
commit
a847f590d7
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ jjakkekeyserverdb=# exit
|
|||
|
||||
### Caveats
|
||||
#### config file
|
||||
For some reason, hypnotoad (or morbo) lacks a 'config' flag and there isn't a way to set it as far as I can tell (even in program (for now)). What I do know is that it looks for keyserver.conf in the working directory.
|
||||
For some reason, hypnotoad (or morbo) lacks a 'config' flag and there isn't a way to set it as far as I can tell (even in program (for now)). What I do know is that it looks for keyserver.conf somewhere, most likely working directory, but maybe the directory the program itself is in.
|
||||
|
||||
#### Usage of 'lib'
|
||||
I used `use lib qw(lib)` in my program, which means the working directory has have 'lib/KeyData.pm' in it, or be manually installed somewhere (really not recommended). Basically the directory keyserver program resides in.
|
||||
|
|
Loading…
Reference in a new issue