mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
$NetBSD: patch-ad,v 1.8 2015/11/05 12:23:50 fhajny Exp $
|
|
|
|
Proper path to captcha script.
|
|
--- ejabberd.yml.example.orig 2013-09-27 09:19:22.000000000 +0000
|
|
+++ ejabberd.yml.example
|
|
@@ -490,7 +490,7 @@ language: "en"
|
|
##
|
|
## Full path to a script that generates the image.
|
|
##
|
|
-## captcha_cmd: "/lib/ejabberd/priv/bin/captcha.sh"
|
|
+## captcha_cmd: "@PREFIX@/lib/erlang/lib/ejabberd/priv/bin/captcha.sh"
|
|
|
|
##
|
|
## Host for the URL and port where ejabberd listens for CAPTCHA requests.
|