X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 960A1DC2EC2 for ; Wed, 6 Jan 2016 14:15:47 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id DA0EEDC2BCC for ; Wed, 6 Jan 2016 14:15:46 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (103.63.200.37.customer.cdi.no [37.200.63.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 28EA25A15AF; Wed, 6 Jan 2016 14:04:53 +0000 (GMT) Date: Wed, 6 Jan 2016 15:15:40 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/dovecot: Bugfix upgrade to 2.2.21. Libtool *.la files moved to -dev subpackage. New init-script with legacy instances support. Message-ID: <20160106151540.6a8f247e@ncopa-desktop.alpinelinux.org> In-Reply-To: <1450880812-3635-1-git-send-email-valery.kartel@gmail.com> References: <1450880812-3635-1-git-send-email-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Wed, 23 Dec 2015 16:26:52 +0200 Valery Kartel wrote: > In init-script I remade setting-up a config file. > - if $DOVECOT_CONF is defined - we use it as a config file name > - if don't - set cfgfile name to ${SVCNAME}.conf and if it doesn't exists, drop to default /etc/dovecot/dovecot.conf > --- > main/dovecot/APKBUILD | 17 ++++++++------- > main/dovecot/dovecot.initd | 54 ++++++++++++++-------------------------------- > 2 files changed, 25 insertions(+), 46 deletions(-) >>> dovecot: Cleaning temporary build dirs... >>> dovecot: Checking sha512sums... dovecot-2.2.21.tar.gz: OK hide-dl-errors.patch: OK dovecot.logrotate: OK dovecot.initd: FAILED sha512sum: WARNING: 1 of 1 computed checksums did NOT match >>> ERROR: dovecot: all failed >>> dovecot: Uninstalling dependencies... --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---