aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/Makefile.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e8a1771..ef21d62c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-04-22 Badlop <badlop@process-one.net>
+ * src/Makefile.in: Install example script captcha.sh (EJAB-895)
+
* src/ejabberd.cfg.example: Add CAPTCHA options (EJAB-895)
* doc/guide.tex: Add section to document how to setup CAPTCHA
diff --git a/src/Makefile.in b/src/Makefile.in
index 1728e12f3..3aedc9c59 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -208,6 +208,7 @@ install: all
#
# Binary C programs
install -d $(PBINDIR)
+ install -m 750 $(O_USER) ../tools/captcha.sh $(PBINDIR)
$(INSTALL_EPAM)
#
# Binary system libraries