diff options
author | intrigeri <intrigeri@boum.org> | 2011-09-20 22:29:42 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-09-20 22:29:42 +0200 |
commit | 08ec5672906aee3b4edbae665f606a50bb3e485a (patch) | |
tree | c8d9c3836878e91ea4cc3406ad1126ee6185bb94 /handlers | |
parent | 14957533e4de8dab5595c83be25bd4c156290eeb (diff) | |
download | backupninja-08ec5672906aee3b4edbae665f606a50bb3e485a.tar.gz backupninja-08ec5672906aee3b4edbae665f606a50bb3e485a.tar.bz2 |
Don't install LDAP handler, helper and example configuration file.
The handler has been heavily broken for a while.
It clearly lacks a maintainer.
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/Makefile.am b/handlers/Makefile.am index c9ad2ba..54155e8 100644 --- a/handlers/Makefile.am +++ b/handlers/Makefile.am @@ -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 |