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 AEC35DC21AD; Tue, 15 Sep 2015 07:55:11 +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 06085DC0152; Tue, 15 Sep 2015 07:55:10 +0000 (UTC) Date: Tue, 15 Sep 2015 09:55:08 +0200 From: Natanael Copa To: Jonathan Curran Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/opensmtpd: new aport Message-ID: <20150915095508.0e8f6524@ncopa-desktop.alpinelinux.org> In-Reply-To: <20150915094812.29279018@ncopa-desktop.alpinelinux.org> References: <1441830663-23827-1-git-send-email-jonathan@curran.in> <20150915094812.29279018@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.12.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 Tue, 15 Sep 2015 09:48:12 +0200 Natanael Copa wrote: > On Wed, 9 Sep 2015 20:31:03 +0000 > Jonathan Curran wrote: > > > This aport provides the portable version of OpenSMTPD patched to work > > with musl. > > > > Parts of the patch will be submitted upstream soon. > > > > https://opensmtpd.org > > --- > > testing/opensmtpd/00-opensmtpd.patch | 498 +++++++++++++++++++++++++++++++ > > testing/opensmtpd/APKBUILD | 73 +++++ > > testing/opensmtpd/aliases | 63 ++++ > > testing/opensmtpd/opensmtpd.post-install | 5 + > > testing/opensmtpd/opensmtpd.pre-install | 11 + > > testing/opensmtpd/smtpd.initd | 24 ++ > > 6 files changed, 674 insertions(+) > > create mode 100644 testing/opensmtpd/00-opensmtpd.patch > > create mode 100644 testing/opensmtpd/APKBUILD > > create mode 100644 testing/opensmtpd/aliases > > create mode 100644 testing/opensmtpd/opensmtpd.post-install > > create mode 100644 testing/opensmtpd/opensmtpd.pre-install > > create mode 100644 testing/opensmtpd/smtpd.initd > > It seems like we already have a opensmtpd implementation in aports. Sorry. it was something i had locally only. It does apply. But I get a checksum error on smtpd.initd. > diff --git a/testing/opensmtpd/smtpd.initd b/testing/opensmtpd/smtpd.initd > new file mode 100644 > index 0000000..b88f5ba > --- /dev/null > +++ b/testing/opensmtpd/smtpd.initd > @@ -0,0 +1,24 @@ > +#!/sbin/openrc-run > + > +name="busybox $SVCNAME" opensmtpd is not a busybox applet so busybox should not be in the service name. Care to fix the init.d script and send a v2 patch? see http://wiki.alpinelinux.org/wiki/Creating_patches#Resend_an_updated_patch -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---