~alpine/devel

testing/exim: replace "opts=" in init.d script v1 PROPOSED

Jesse Young: 1
 testing/exim: replace "opts=" in init.d script

 2 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/52/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/exim: replace "opts=" in init.d script Export this patch

ref #941
---
 testing/exim/APKBUILD   |    4 ++--
 testing/exim/exim.initd |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/testing/exim/APKBUILD b/testing/exim/APKBUILD
index 6a5879a..713500e 100644
--- a/testing/exim/APKBUILD
+++ b/testing/exim/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jesse Young <jlyo@jlyo.org>
pkgname=exim
pkgver=4.77
pkgrel=1
pkgrel=2
pkgdesc="A Message Transfer Agent"
url="http://www.exim.org/"
arch="all"
@@ -78,6 +78,6 @@ package() {
md5sums="5d746275f2cc85845567f9d5eb84a57a  exim-4.77.tar.bz2
7dfc9ed9307db655c8aec33b9618608d  exim.Makefile
f442b68d435598831bab8536ade071b8  exim.confd
2f6d768039d74caf433345cace4bc540  exim.initd
55923aa95e8445eb9390485435c63084  exim.initd
281ad020d1df8c6ed0f4ecb53c0fce63  exim.logrotate
eaec7a2a5f49b768fa168415ef0105fb  aliases"
diff --git a/testing/exim/exim.initd b/testing/exim/exim.initd
index fcd46d4..745d1ab 100644
--- a/testing/exim/exim.initd
+++ b/testing/exim/exim.initd
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc7,v 1.2 2011/08/16 16:51:36 idl0r Exp $

opts="${opts} reload"
extra_started_commands="reload"

depend() {
	need logger
-- 
1.7.7.4



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---