finally put this under version control
This commit is contained in:
commit
55f357eb88
9 changed files with 1583 additions and 0 deletions
5
config.h
Normal file
5
config.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* s6-networking's TLS programs need either CADIR or CAFILE to be set
|
||||
* to function; mvwt.c sets the envvar $CADIR to CADIR_DIR.
|
||||
* you might have to change this location depending on your system. */
|
||||
#define CADIR_DIR "/etc/ssl/certs"
|
||||
#define CACHE_DIR "/tmp/mvwt"
|
Loading…
Add table
Add a link
Reference in a new issue