summaryrefslogtreecommitdiff
path: root/chat/ejabberd/patches/patch-ad
blob: ac03576ef5fc8773ca17ee19566e241c724707eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.9 2018/01/03 22:51:30 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/ejabberd/priv/bin/captcha.sh"
 
 ##
 ## Host for the URL and port where ejabberd listens for CAPTCHA requests.