head 1.3; access; symbols pkgsrc-2015Q3:1.2.0.12 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.10 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.8 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.6 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.4 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.2 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2015.12.13.14.26.59; author taca; state dead; branches; next 1.2; commitid HSnUDFtyKrmqmNMy; 1.2 date 2014.04.07.13.30.06; author taca; state Exp; branches; next 1.1; commitid BlBhEnoVYhvxOKvx; 1.1 date 2013.11.21.16.52.43; author taca; state Exp; branches 1.1.4.1; next ; commitid Dr5nQqLelk7Jkaex; 1.1.4.1 date 2014.04.09.11.10.15; author tron; state Exp; branches; next ; commitid 5VvRt6D9shpJYZvx; desc @@ 1.3 log @Remove contao32 package which EOL by the release of Contao 4.1.0. @ text @$NetBSD: patch-system_bin_sqldump,v 1.2 2014/04/07 13:30:06 taca Exp $ No bash specific function is needed here. --- system/bin/sqldump.orig 2014-04-07 08:30:27.000000000 +0000 +++ system/bin/sqldump @@@@ -1,7 +1,7 @@@@ -#!/bin/bash +#!/bin/sh # Database name -if [[ $1 != "" ]]; then +if [ "$1" ]; then tpl=$1 else tpl="music_academy" @ 1.2 log @Update contao32 to 3.2.9. Version 3.2.9 (2014-04-07) -------------------------- ### Fixed Fixed a critical vulnerability of the install tool (see #6855). ### Fixed Filter disabled groups in the registration module in the front end (see #6757). ### Fixed Work around a bug in SimplePie with the "skip items" option (see #6107). ### Fixed Fix the Swipe "continuous" option if there are exactly two slides (see #6812). ### Fixed Apply `addslashes()` to strings in the `Config` class (see #6808). ### Fixed Do not empty all fallback fields in sorting mode 4 (see #6498). ### Fixed Do not allow template names to be longer than the DB fields (see #6819). ### Fixed Correctly set the start time of a multi-day event (see #6802). ### Fixed Correctly handle OR queries in the listing module (see #6344). ### Fixed Use a monospaced font for the plain text newsletter preview (see #6790). ### Fixed Adjust the `vScrollTo()` offset if the paste hint is visible (see #6478). @ text @d1 1 a1 1 $NetBSD: patch-system_bin_sqldump,v 1.1 2013/11/21 16:52:43 taca Exp $ @ 1.1 log @Add contao32 package version 3.2.0, new LTS (Long Term Support) release of Contao Open Source CMS. Contao is an Open Source Content Management Framework developed by Leo Feyer and distributed under the LGPL license (see GPL.txt and LGPL.txt for more information). It was formerly known as TYPOlight Open Source CMS. Its open architecture allows everybody to extend the system to fit his needs. Contao specializes in accessible websites and is accessbile itself (front end and back end), rendering valid HTML5 or XHTML pages. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- system/bin/sqldump.orig 2013-10-24 09:11:21.000000000 +0000 d7 1 a7 1 @@@@ -1,4 +1,4 @@@@ d11 6 a16 2 # Clean the database mysql <