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 8DE38DC00BF for ; Mon, 2 Sep 2013 06:17:54 +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 BB37EBC3054; Mon, 2 Sep 2013 11:27:10 +0000 (UTC) Date: Mon, 2 Sep 2013 13:27:06 +0200 From: Natanael Copa To: Sam Dodrill Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/tor: new aport Message-ID: <20130902132706.611c5cc7@ncopa-desktop.alpinelinux.org> In-Reply-To: <1378112254-27665-1-git-send-email-shadow.h511@gmail.com> References: <1378112254-27665-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 On Mon, 2 Sep 2013 01:57:34 -0700 Sam Dodrill wrote: > Anonymous network connectivity > https://www.torproject.org/ Nice! this is a wanted package. > --- > testing/tor/APKBUILD | 66 +++++++++++++++++++++++++++++++++++++++++++++ > testing/tor/tor.confd | 7 +++++ > testing/tor/tor.initd | 30 +++++++++++++++++++++ > testing/tor/tor.pre-install | 4 +++ > 4 files changed, 107 insertions(+) > create mode 100644 testing/tor/APKBUILD > create mode 100644 testing/tor/tor.confd > create mode 100644 testing/tor/tor.initd > create mode 100644 testing/tor/tor.pre-install > diff --git a/testing/tor/tor.pre-install b/testing/tor/tor.pre-install > new file mode 100644 > index 0000000..b367a63 > --- /dev/null > +++ b/testing/tor/tor.pre-install > @@ -0,0 +1,4 @@ > +#!/bin/sh > +adduser -h /var/run/shadowircd -s /bin/false -S -D ircd 2>/dev/null > +exit 0 > + /var/run/shadowircd looks wrong for tor. Could you please fix that, use /sbin/nologin as the shell and also add the following line to commit message: ref #1067 and the resubmit. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---