Files
pkgsrc-ng/chat/ejabberd/patches/patch-ad
2014-11-05 12:41:07 +01:00

15 lines
483 B
Plaintext

$NetBSD: patch-ad,v 1.7 2013/10/11 13:32:25 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/@DISTNAME@/priv/bin/captcha.sh"
##
## Host for the URL and port where ejabberd listens for CAPTCHA requests.