On Tue, 15 Sep 2015 09:48:12 +0200
Natanael Copa <ncopa_at_alpinelinux.org> wrote:
> On Wed, 9 Sep 2015 20:31:03 +0000
> Jonathan Curran <jonathan_at_curran.in> 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
> _at_@ -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_at_lists.alpinelinux.org
Help: alpine-aports+help_at_lists.alpinelinux.org
---
Received on Tue Sep 15 2015 - 09:55:08 UTC