From e691eb7a10d1ed618cb670886340b55ad5b7686a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 17 Aug 2011 12:00:16 +0200 Subject: Allow 'when = XXX' in sh jobs. when=XXX did work already. This patch allow to write this with spaces around the equal sign - as in every other backup.d/ file. --- examples/example.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/example.sh b/examples/example.sh index f02f026..75b0162 100644 --- a/examples/example.sh +++ b/examples/example.sh @@ -1,2 +1,4 @@ +# Note: the spaces around the equal sign ('=') are optional. +when = saturdays at 05:30 dpkg --get-selections > /var/backups/dpkg-selections.txt -- cgit v1.2.3 From 08ec5672906aee3b4edbae665f606a50bb3e485a Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 20 Sep 2011 22:29:42 +0200 Subject: Don't install LDAP handler, helper and example configuration file. The handler has been heavily broken for a while. It clearly lacks a maintainer. --- examples/Makefile.am | 2 +- handlers/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index ce92b07..89bd56b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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 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 -- cgit v1.2.3