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 8AF2EDC04B8; Mon, 13 Jul 2015 06:47:00 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id CE403DC040A; Mon, 13 Jul 2015 06:46:59 +0000 (UTC) Date: Mon, 13 Jul 2015 08:46:56 +0200 From: Natanael Copa To: Stuart Cardall Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/lshell: add pre-install user:group Message-ID: <20150713084656.26e359c1@ncopa-desktop.alpinelinux.org> In-Reply-To: <1436310120-99079-1-git-send-email-developer@it-offshore.co.uk> References: <1436310120-99079-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; 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 Tue, 7 Jul 2015 23:02:00 +0000 Stuart Cardall wrote: > --- > testing/lshell/lshell.pre-install | 5 +++++ > 1 file changed, 5 insertions(+) > create mode 100644 testing/lshell/lshell.pre-install > > diff --git a/testing/lshell/lshell.pre-install b/testing/lshell/lshell.pre-install > new file mode 100644 > index 0000000..b8b883e > --- /dev/null > +++ b/testing/lshell/lshell.pre-install > @@ -0,0 +1,5 @@ > +#!/bin/sh > +addgroup -S lshell 2>/dev/null > +adduser -S -H -h /var/empty -G lshell -D -s /sbin/nologin lshell 2>/dev/null > +exit 0 > + You need bump pkgrel or builder will not pick it up. You need add install="$pkgname.pre-install" or the script will not be shipped with the package. please send an updated patch. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---