From 874f4e74f363f8e64fe8695bf2177823e04beabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Tue, 23 Feb 2010 14:14:04 +0000 Subject: [PATCH] - forgotten part of 33026 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33037 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/templates/mysqldump.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 buildout/templates/mysqldump.in diff --git a/buildout/templates/mysqldump.in b/buildout/templates/mysqldump.in new file mode 100755 index 0000000000..9ce47baf18 --- /dev/null +++ b/buildout/templates/mysqldump.in @@ -0,0 +1,3 @@ +#!/bin/sh + +${software_definition:mysql_software}/bin/mysqldump --defaults-file=${configuration:mysql_cnf_file} $@ -- 2.30.9