X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 7A2D7360F674 for ; Mon, 2 May 2011 06:22:22 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id AF97DAE4002; Mon, 2 May 2011 06:22:20 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VwMd24PDVbkf; Mon, 2 May 2011 06:22:20 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id EE5FDAE4001; Mon, 2 May 2011 06:22:19 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id A03CB621BD34D; Mon, 2 May 2011 06:22:19 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 57CBB621BD348; Mon, 2 May 2011 06:22:19 +0000 (UTC) Date: Mon, 2 May 2011 08:19:15 +0200 From: Natanael Copa To: Nathan Angelacos Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] sems: create var/run/sems dir on install Message-ID: <20110502081915.074b4bbe@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1304340206-3070-1-git-send-email-nangel@alpinelinux.org> References: <1304340206-3070-1-git-send-email-nangel@alpinelinux.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.0; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel 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 Mon, 2 May 2011 12:43:26 +0000 Nathan Angelacos wrote: > --- > testing/sems/APKBUILD | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/testing/sems/APKBUILD b/testing/sems/APKBUILD > index 49a61ad..d9cb870 100644 > --- a/testing/sems/APKBUILD > +++ b/testing/sems/APKBUILD > @@ -76,6 +76,7 @@ package() { > rm -f "$pkgdir"/etc/sems/etc/conf_auth.conf > > install -o sems -g sems -d "$pkgdir"/var/spool/voicebox > + install -d -o sems "$pkgdir"/var/run/sems > } > > _mv_sub() { Is this really needed? I think we create the dir from init.d script in case /var/run happens to be a tmpfs mount (yeah, we probably need a major cleanup in lots of init.d scripts to get that actually working) Secondly, always bump pkgrel when contents of package changes. Otherwise it will not be rebuilt. And even if it would, people who has it installed will not have it upgraded unless pkgver/pkgrel changes. I applied it anyways and bumped pkgrel. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---