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 8AD72DC04DD for ; Wed, 9 Dec 2015 14:21:52 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 7180DDC0064 for ; Wed, 9 Dec 2015 14:21:52 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (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 A60AD5A14A8; Wed, 9 Dec 2015 14:11:08 +0000 (GMT) Date: Wed, 9 Dec 2015 15:21:48 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/dovecot: a change after the previous patch, added basedir creation in init-script Message-ID: <20151209152148.6e7bde53@ncopa-desktop.alpinelinux.org> In-Reply-To: <20151209151438.155ca114@ncopa-desktop.alpinelinux.org> References: <1449662731-27066-1-git-send-email-valery.kartel@gmail.com> <20151209151438.155ca114@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.13.0 (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, 9 Dec 2015 15:14:38 +0100 Natanael Copa wrote: > On Wed, 9 Dec 2015 14:05:31 +0200 > Valery Kartel wrote: > > > --- > > main/dovecot/dovecot.initd | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd > > index 6cc9cb0..d74e71e 100644 > > --- a/main/dovecot/dovecot.initd > > +++ b/main/dovecot/dovecot.initd > > @@ -31,6 +31,7 @@ checkconfig() { > > fi > > DOVECOT_BASEDIR=${DOVECOT_BASEDIR:-/run/dovecot} > > DOVECOT_PIDFILE=${DOVECOT_BASEDIR}/master.pid > > + checkpath --directory --owner dovecot:dovecot --mode 0750 ${DOVECOT_BASEDIR} > > } > > > > start() { > > are you sure that --mode 0750 is correct? I get this when I start dovecot: > > * Starting dovecot ... > Warning: Fixing permissions of /run/dovecot to be world-readable [ ok ] I changed it to '--mode 755', merged it with your previous patch, rebased it against my dovecot update, fixed the checksums and pushed. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---