diff options
author | Wolfgang Müller | 2019-02-12 17:15:25 +0000 |
---|---|---|
committer | Wolfgang Müller | 2019-02-12 17:15:25 +0000 |
commit | 7d64a8ef378b342d8583dd22ba4dc055e4258b9c (patch) | |
tree | 116b138749254670a39702edd8a38b4224c64beb /host-coleridge/savedconfig/app-text | |
parent | 5117798bcfdf9d5922dcc4bd32efa819a7f71a52 (diff) | |
download | portage-roles-7d64a8ef378b342d8583dd22ba4dc055e4258b9c.tar.gz |
host-coleridge: fix pam conflict
Diffstat (limited to 'host-coleridge/savedconfig/app-text')
-rw-r--r-- | host-coleridge/savedconfig/app-text/keening-0.2-r3 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/host-coleridge/savedconfig/app-text/keening-0.2-r3 b/host-coleridge/savedconfig/app-text/keening-0.2-r3 new file mode 100644 index 0000000..7d14f67 --- /dev/null +++ b/host-coleridge/savedconfig/app-text/keening-0.2-r3 @@ -0,0 +1,11 @@ +/* Template for the temp file. See mkstemp(3) */ +static char PATH_TMP[] = "/srv/http/hosts/keening.vehk.de/t/kng.XXXXXX"; + +/* Path to persistent paste directory */ +static const char* PATH_PRS = "/srv/http/hosts/keening.vehk.de/p/"; + +/* URL prefix used to construct the URL to a named/persistent file */ +static const char* URL_PRS = "https://keening.vehk.de/p/"; + +/* URL prefix used to construct the URL to a temporary file */ +static const char* URL_TMP = "https://keening.vehk.de/t/"; |