X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 97358DC00CF for ; Mon, 2 Sep 2013 03:16:32 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id BCC9ABC3054; Mon, 2 Sep 2013 08:25:48 +0000 (UTC) Date: Mon, 2 Sep 2013 10:25:45 +0200 From: Natanael Copa To: Sam Dodrill Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/shadowircd: new aport Message-ID: <20130902102545.56d16638@ncopa-desktop.alpinelinux.org> In-Reply-To: <1378109501-7544-1-git-send-email-shadow.h511@gmail.com> References: <1378109501-7544-1-git-send-email-shadow.h511@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; 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 Thanks! a few nitpicks below. On Mon, 2 Sep 2013 01:11:41 -0700 Sam Dodrill wrote: > Scalable IRC daemon with many useful features > http://www.github.com/shadowircd/shadowircd ... > +pkgname=shadowircd > +pkgver=6.3.3 > +pkgrel=1 initial apkbuild should have pkgrel=0 > +arch="all" > +license="GPL2" > +pkgusers="ircd" whitespace errors ^^^ (whitespace at end of line) > +depends="" > +depends_dev="bison flex openssl-dev zlib-dev libtool" > +makedepends="$depends_dev" The depends_dev package holds the depends for the -dev package. I doubt that bison, flex and libtool is needed to be able to use the shadowirc-dev package. ... > diff --git a/testing/shadowircd/shadowircd.pre-install b/testing/shadowircd/shadowircd.pre-install > new file mode 100644 > index 0000000..e40f840 > --- /dev/null > +++ b/testing/shadowircd/shadowircd.pre-install > @@ -0,0 +1,3 @@ > +#!/bin/sh > +adduser -h /var/run/shadowircd -s /bin/false -S -D ircd 2>/dev/null we should use /sbin/nologin instead of /bin/false now as shell. > +exit 0 I fixed the whitespace errors and applied as is otherwise. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---