]> gitweb.fluxo.info Git - backupninja.git/commitdiff
Don't install LDAP handler, helper and example configuration file.
authorintrigeri <intrigeri@boum.org>
Tue, 20 Sep 2011 20:29:42 +0000 (22:29 +0200)
committerintrigeri <intrigeri@boum.org>
Tue, 20 Sep 2011 20:29:42 +0000 (22:29 +0200)
The handler has been heavily broken for a while.
It clearly lacks a maintainer.

examples/Makefile.am
handlers/Makefile.am

index ce92b0712faa62c157493c8d2502da542a4ce050..89bd56b22aa0244485a9a9d01bbfbdc6b0763896 100644 (file)
@@ -1,5 +1,5 @@
 
-EXAMPLES = example.dup example.ldap example.maildir example.makecd example.mysql \
+EXAMPLES = example.dup example.maildir example.makecd example.mysql \
                example.pgsql example.rdiff example.rsync example.sh  \
                example.svn example.sys example.trac
 
index c9ad2ba62caacdfd7225454e9052d1085b87e507..54155e89214f87e224216c2a8c1e7e48e4c1878a 100644 (file)
@@ -1,5 +1,5 @@
 
-HANDLERS = dup dup.helper ldap ldap.helper maildir makecd              \
+HANDLERS = dup dup.helper maildir makecd               \
          makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff     \
          rdiff.helper rsync sh svn sys sys.helper trac tar tar.helper