From: Matthijs Kooijman Date: Fri, 19 Mar 2010 20:40:47 +0000 (+0100) Subject: tar: Actually enable this handler. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=a06826142678cbaf1129c680449c138f6775b82e tar: Actually enable this handler. It seems this handler was added, but never got enabled. --- diff --git a/.gitignore b/.gitignore index 7674b94..d54627e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ handlers/sh handlers/svn handlers/sys handlers/sys.helper +handlers/tar handlers/trac lib/Makefile lib/easydialog diff --git a/handlers/Makefile.am b/handlers/Makefile.am index 7c847d3..1324013 100644 --- a/handlers/Makefile.am +++ b/handlers/Makefile.am @@ -1,7 +1,7 @@ HANDLERS = dup dup.helper ldap ldap.helper maildir makecd \ makecd.helper mysql mysql.helper pgsql pgsql.helper rdiff \ - rdiff.helper rsync sh svn sys sys.helper trac + rdiff.helper rsync sh svn sys sys.helper tar trac CLEANFILES = $(HANDLERS)