~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
7

[alpine-aports]

Details
Message ID
<1446588803-2827-1-git-send-email-danielsan.dani@gmail.com>
Sender timestamp
1446588800
DKIM signature
missing
Download raw message
[PATCH v2 1/3] main/iptables: Added description to init.d script
[PATCH v2 2/3] main/openvpn: Added description to init.d script
[PATCH v2 3/3] main/dovecot: Added description to init.d script

This time checksums have been recalculated using 'abuild checksum'.
Hope it will build without any problems.

Regards.



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

[alpine-aports] [PATCH v2 1/3] main/iptables: Added description to init.d script

Details
Message ID
<1446588803-2827-2-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446588803-2827-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446588801
DKIM signature
missing
Download raw message
Patch: +8 -3
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/iptables/APKBUILD       | 6 +++---
 main/iptables/iptables.initd | 5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD
index f79ebd0..519e4bd 100644
--- a/main/iptables/APKBUILD
+++ b/main/iptables/APKBUILD
@@ -90,16 +90,16 @@ ip6tables() {

md5sums="536d048c8e8eeebcd9757d0863ebb0c0  iptables-1.4.21.tar.bz2
cd9f429bf0dbd73be5f95bf0d7169728  iptables-1.4.14-musl-fixes.patch
ce106a4222a174d2e102b1975fe0295c  iptables.initd
2e8175456a98221c0be9b758d064ee09  iptables.initd
c91286c54f8fe0de6ed8950f375cb7a5  iptables.confd
d3f37ebc2cd3fbfc326c3a8df5a79e11  ip6tables.confd"
sha256sums="52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0  iptables-1.4.21.tar.bz2
3ad64af68ea70aa6de0649a68176c2ac68e1c0db567babb472648695dbff8f90  iptables-1.4.14-musl-fixes.patch
6c2da067887658c897a11254e001bfb1510c8b34d759212b51b7630d0e7e4ae8  iptables.initd
f297f985ad35fe45800f0c1c7aaf348c3fa920b97be2020c76983ab54e384ba0  iptables.initd
421acbcd310f9c51e20e22e59af9452b1ba5d0db33e8960eba0095271060c3db  iptables.confd
31ef5d759c64afd0ecbcb56b3982ed2bdb5ed9c8553c628c13d4a3b5687118a3  ip6tables.confd"
sha512sums="dd4baccdb080284d8620e6ed59beafc2677813f3e099051764b07f8e394f6d94ca11861b181f3cce7c55c66de64c1e2add13dc1a0b64e24050cd9fb7aea0689b  iptables-1.4.21.tar.bz2
bc1cb36957d5afb80b770fe15f951de3074e2b1b28015372fb6f121fd551dd0e86c76c1819022dc468d11750b3969db40ef2dc9651c654c9f99212c0f2746985  iptables-1.4.14-musl-fixes.patch
87a53dfba76c48fc1bb6b92583d47abdcfd232579b45bfbf28284ee18cb589bbc5dba5ccccf06d513fda309efd13f5e034f55d6d8cfa65e0463f3ecd4f24cc03  iptables.initd
059b3bd8dd7dec60060ec5eb1e639fe8203207629f3a7dd4fdbe5ebca3f7e9b80df5592ebb27542e31830fd15a53cffac5772567053c104dfccf9b78613a31a1  iptables.initd
cb7fecd5cab2c78bd3f215a41f39ec11c37eb360efbe83982378a0e647e0aa9dc0b7ec915a5b5081aa2f7747464787e69404aa15ba15a063c32cb8fb7dd13d1e  iptables.confd
0897a7a22f8b700f7f1f5c355ad6cbf39740e44d6c962af99e479978d8a2d556ca7fe4e31f238829046b4a871ce0b5fd52e2544f1361d15dd1ea3e33992646c4  ip6tables.confd"
diff --git a/main/iptables/iptables.initd b/main/iptables/iptables.initd
index 891adc0..98b52d0 100644
--- a/main/iptables/iptables.initd
+++ b/main/iptables/iptables.initd
@@ -3,6 +3,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.2 2011/12/04 10:15:59 swegener Exp $

description="IPv4/IPv6 packet filtering and NAT"
description_save="Save firewall state"
description_panic="Drop all packets"
description_reload="Reload configuration"

extra_commands="save panic"
extra_started_commands="reload"

-- 
2.6.1



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

[alpine-aports] [PATCH v2 2/3] main/openvpn: Added description to init.d script

Details
Message ID
<1446588803-2827-3-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446588803-2827-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446588802
DKIM signature
missing
Download raw message
Patch: +5 -3
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/openvpn/APKBUILD      | 6 +++---
 main/openvpn/openvpn.initd | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/main/openvpn/APKBUILD b/main/openvpn/APKBUILD
index c8528e1..66c15bd 100644
--- a/main/openvpn/APKBUILD
+++ b/main/openvpn/APKBUILD
@@ -74,17 +74,17 @@ pam() {
}

md5sums="51d996f1f1fc30f501ae251a254effeb  openvpn-2.3.8.tar.gz
6587953f1ac10cf9261041b7527a6b55  openvpn.initd
5098518a5749197148132593072e1b3b  openvpn.initd
9eca88cac6294027ec1bb7be74185c3a  openvpn.confd
dc72fecd1a1bcef937603057cd6574b1  openvpn.up
dc3ff0bae442b9aedd947b8ffda1687a  openvpn.down"
sha256sums="532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51  openvpn-2.3.8.tar.gz
ab7291aaf161020fb4c27a6f24ef0346c66d86f92d29cbd31723cc305502c247  openvpn.initd
fcb9f5e224dc3e73fddf537a15dd9c3c018002d499fa6a4680e747f42bb99609  openvpn.initd
330149a83684ddabe413d134d4c8efad4c88b18c2ab67165014deff5f7fffad2  openvpn.confd
848da0929c37b2112769232fbbdf61961b6107c6726d4b74d1ceb034b39ad5dd  openvpn.up
39debebcd8c899f20e6d355cbc8eaab46e28b83a9f6c33a94c065688a4f3d2c7  openvpn.down"
sha512sums="b619283d87eea2e47a2f0dfdbf0ffd1d10388fbdaadb33b43c7a2743748a4814f869fad6215d32fab156664d554ae94af456e7bf496890c68e6729b153d76db9  openvpn-2.3.8.tar.gz
7c7ca6c55a9d0b17bd0e525e2fa5b02895f9ee9cc7fa6be7d540a1a95ab1c5e36f7756b69f42e17b98cf15d94ce80c4315e567121d948be1a826e77dfcf66ff0  openvpn.initd
8a4080b7784faa156aa0775f7b73fe5c054707270af2a3139150629450ad0f1f5954dce5fc850f1bfd7b93bcc47ed4bc9b22159c536874698c78d81ba99338a7  openvpn.initd
982ade883afbe2e656a9cbbe36c31c0e8b4f7bbbe5b63df9f7b834f02a9153032fb7445c85d3e91f62c68a7ddd13c3afbf420fb71cdd13d9c4b69f867bdd9f37  openvpn.confd
f904d6125ed1ddb48ea632c3b290a7a4a7a7436be0d46b323fc8c92f919f9d076fdc78ff7bed0dd65675f0bc3559e531e372b805fc11ef287efeeb4d54fe52f4  openvpn.up
5defd61edf11cc63f3f8f60bef7fa730c4bcdd2545d664bd94666dd3aea80bd9d190263d8835a555e4287a594f6fce0f52426aed49c60233ff637a2a6164a997  openvpn.down"
diff --git a/main/openvpn/openvpn.initd b/main/openvpn/openvpn.initd
index a3b2fda..20c142f 100644
--- a/main/openvpn/openvpn.initd
+++ b/main/openvpn/openvpn.initd
@@ -2,6 +2,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="VPN service"

VPNDIR=${VPNDIR:-/etc/openvpn}
VPN=${SVCNAME#*.}
if [ -n "${VPN}" ] && [ ${SVCNAME} != "openvpn" ]; then
-- 
2.6.1



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

[alpine-aports] [PATCH v2 3/3] main/dovecot: Added description to init.d script

Details
Message ID
<1446588803-2827-4-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446588803-2827-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446588803
DKIM signature
missing
Download raw message
Patch: +6 -3
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/dovecot/APKBUILD      | 6 +++---
 main/dovecot/dovecot.initd | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index 3e8d24a..74de7af 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -130,15 +130,15 @@ config() {
md5sums="95591b6556413edc2f0b160fb469d04c  dovecot-2.2.19.tar.gz
49f7a03284cc657857fe2ae22b8c82a0  hide-dl-errors.patch
1a88280b65efb6cb7f70bc5a88bf264c  dovecot.logrotate
2a63d966ce4d9c63cecf99d183c394a0  dovecot.initd
f730fd2f5e94cdb8ce0ff4df54ebb49b  dovecot.initd
95cf57ecc835882228bbbb019ce3abf8  dovecot-sample-config.post-install"
sha256sums="759e1e3f9d907cdaabad1f5fbacc793ca191d234c084bec3bba42966952a4e9f  dovecot-2.2.19.tar.gz
d6accdd6e271647c01ab8fa0a9491ee822486484961e2d5c252bf70e816d2bfa  hide-dl-errors.patch
2ac04bb7b5c503cd87ba044482e651dbe5c9d84a4268891fb2aa9ba26e62f833  dovecot.logrotate
e6dd8e654a66aeb84ae63959de290ccf6ba05d890232a107edf1bb83a88767bb  dovecot.initd
6cad7099764c04b6ed1a1c4fbc308d66657ad31db627dd058cbbde4e883ccc00  dovecot.initd
7dab0591eca7fe1473ae7b39ed9ae0d7d51617ffea01252ace5c3aa68150693f  dovecot-sample-config.post-install"
sha512sums="1b9d605a6a5862ade9d1ca634a9e0171b7c212ab025fc2059051c3795470685b66516fa9fbe5ad91d84388268ea15795f2dcd70ffdf81736ce4d80fd284835e9  dovecot-2.2.19.tar.gz
1e9a1f2990019236546c7be581a4d6d0b430110d27a00bc3298f5c154ef9a4aadefa193d02a017912f826d771058fd5c6ef6cb454e14f0d15749fa8f3a68c64a  hide-dl-errors.patch
58756fa06a063777ef7c4d1e67b63adbde5462264e14bd7a3187a318f498fff21ac2a8d53bb216f56fef4588206e14112da79542b6dfdf503988786f27bb6544  dovecot.logrotate
984b24d331e0d837c2c16db1e6e3d5a7fd43b1cfb3e0b1450402dfc7f9cc59ed5a13c553a34864c045a8ffc274ddb728e46e68e2483caef56e98775c219ee687  dovecot.initd
f3f0dfce9713ee9fcb8e07f8b8f7f2c88906adee1a97e5272346c77ff7fc1099c7340c75271ba08972d32fb45b92a9272dec68d3fbbee8ee76eb0ea9c5630c10  dovecot.initd
c5665334b0664ae29f52c022a8ffc2e520cfc506e399d2e614464dd5770caade794eeaf3406fe8ded1d927b06672d0597e2fe53d32fbfaf9f4cf025bce792a5b  dovecot-sample-config.post-install"
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd
index 646f80a..fdfb5a9 100644
--- a/main/dovecot/dovecot.initd
+++ b/main/dovecot/dovecot.initd
@@ -1,5 +1,8 @@
#!/sbin/openrc-run

description="Secure POP3/IMAP server"
description_reload="Reload configuration"

extra_started_commands="reload"

depend() {
-- 
2.6.1



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

[alpine-aports] [Multiple PATCHES v3]

Details
Message ID
<1446629061-2734-1-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446588803-2827-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446629058
DKIM signature
missing
Download raw message
[PATCH v3 1/3] main/iptables: Added description to init.d script
[PATCH v3 2/3] main/openvpn: Added description to init.d script
[PATCH v3 3/3] main/dovecot: Added description to init.d script

Increased package release number.
Checksum recalculated using 'abuild checksum'.

Regards.
	Daniele Coli'


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

[alpine-aports] [PATCH v3 1/3] main/iptables: Added description to init.d script

Details
Message ID
<1446629061-2734-2-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446629061-2734-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446629059
DKIM signature
missing
Download raw message
Patch: +9 -4
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/iptables/APKBUILD       | 8 ++++----
 main/iptables/iptables.initd | 5 +++++
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD
index f79ebd0..611f3be 100644
--- a/main/iptables/APKBUILD
+++ b/main/iptables/APKBUILD
@@ -2,7 +2,7 @@

pkgname=iptables
pkgver=1.4.21
pkgrel=3
pkgrel=4
pkgdesc="Linux kernel firewall, NAT and packet mangling tools"
url="http://www.netfilter.org/projects/iptables/index.html"
arch="all"
@@ -90,16 +90,16 @@ ip6tables() {

md5sums="536d048c8e8eeebcd9757d0863ebb0c0  iptables-1.4.21.tar.bz2
cd9f429bf0dbd73be5f95bf0d7169728  iptables-1.4.14-musl-fixes.patch
ce106a4222a174d2e102b1975fe0295c  iptables.initd
2e8175456a98221c0be9b758d064ee09  iptables.initd
c91286c54f8fe0de6ed8950f375cb7a5  iptables.confd
d3f37ebc2cd3fbfc326c3a8df5a79e11  ip6tables.confd"
sha256sums="52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0  iptables-1.4.21.tar.bz2
3ad64af68ea70aa6de0649a68176c2ac68e1c0db567babb472648695dbff8f90  iptables-1.4.14-musl-fixes.patch
6c2da067887658c897a11254e001bfb1510c8b34d759212b51b7630d0e7e4ae8  iptables.initd
f297f985ad35fe45800f0c1c7aaf348c3fa920b97be2020c76983ab54e384ba0  iptables.initd
421acbcd310f9c51e20e22e59af9452b1ba5d0db33e8960eba0095271060c3db  iptables.confd
31ef5d759c64afd0ecbcb56b3982ed2bdb5ed9c8553c628c13d4a3b5687118a3  ip6tables.confd"
sha512sums="dd4baccdb080284d8620e6ed59beafc2677813f3e099051764b07f8e394f6d94ca11861b181f3cce7c55c66de64c1e2add13dc1a0b64e24050cd9fb7aea0689b  iptables-1.4.21.tar.bz2
bc1cb36957d5afb80b770fe15f951de3074e2b1b28015372fb6f121fd551dd0e86c76c1819022dc468d11750b3969db40ef2dc9651c654c9f99212c0f2746985  iptables-1.4.14-musl-fixes.patch
87a53dfba76c48fc1bb6b92583d47abdcfd232579b45bfbf28284ee18cb589bbc5dba5ccccf06d513fda309efd13f5e034f55d6d8cfa65e0463f3ecd4f24cc03  iptables.initd
059b3bd8dd7dec60060ec5eb1e639fe8203207629f3a7dd4fdbe5ebca3f7e9b80df5592ebb27542e31830fd15a53cffac5772567053c104dfccf9b78613a31a1  iptables.initd
cb7fecd5cab2c78bd3f215a41f39ec11c37eb360efbe83982378a0e647e0aa9dc0b7ec915a5b5081aa2f7747464787e69404aa15ba15a063c32cb8fb7dd13d1e  iptables.confd
0897a7a22f8b700f7f1f5c355ad6cbf39740e44d6c962af99e479978d8a2d556ca7fe4e31f238829046b4a871ce0b5fd52e2544f1361d15dd1ea3e33992646c4  ip6tables.confd"
diff --git a/main/iptables/iptables.initd b/main/iptables/iptables.initd
index 891adc0..98b52d0 100644
--- a/main/iptables/iptables.initd
+++ b/main/iptables/iptables.initd
@@ -3,6 +3,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.2 2011/12/04 10:15:59 swegener Exp $

description="IPv4/IPv6 packet filtering and NAT"
description_save="Save firewall state"
description_panic="Drop all packets"
description_reload="Reload configuration"

extra_commands="save panic"
extra_started_commands="reload"

-- 
2.6.1



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

[alpine-aports] [PATCH v3 2/3] main/openvpn: Added description to init.d script

Details
Message ID
<1446629061-2734-3-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446629061-2734-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446629060
DKIM signature
missing
Download raw message
Patch: +6 -4
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/openvpn/APKBUILD      | 8 ++++----
 main/openvpn/openvpn.initd | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/main/openvpn/APKBUILD b/main/openvpn/APKBUILD
index c8528e1..9dfc935 100644
--- a/main/openvpn/APKBUILD
+++ b/main/openvpn/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openvpn
pkgver=2.3.8
pkgrel=0
pkgrel=1
pkgdesc="A robust, and highly configurable VPN (Virtual Private Network)"
url="http://openvpn.sourceforge.net/"
arch="all"
@@ -74,17 +74,17 @@ pam() {
}

md5sums="51d996f1f1fc30f501ae251a254effeb  openvpn-2.3.8.tar.gz
6587953f1ac10cf9261041b7527a6b55  openvpn.initd
5098518a5749197148132593072e1b3b  openvpn.initd
9eca88cac6294027ec1bb7be74185c3a  openvpn.confd
dc72fecd1a1bcef937603057cd6574b1  openvpn.up
dc3ff0bae442b9aedd947b8ffda1687a  openvpn.down"
sha256sums="532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51  openvpn-2.3.8.tar.gz
ab7291aaf161020fb4c27a6f24ef0346c66d86f92d29cbd31723cc305502c247  openvpn.initd
fcb9f5e224dc3e73fddf537a15dd9c3c018002d499fa6a4680e747f42bb99609  openvpn.initd
330149a83684ddabe413d134d4c8efad4c88b18c2ab67165014deff5f7fffad2  openvpn.confd
848da0929c37b2112769232fbbdf61961b6107c6726d4b74d1ceb034b39ad5dd  openvpn.up
39debebcd8c899f20e6d355cbc8eaab46e28b83a9f6c33a94c065688a4f3d2c7  openvpn.down"
sha512sums="b619283d87eea2e47a2f0dfdbf0ffd1d10388fbdaadb33b43c7a2743748a4814f869fad6215d32fab156664d554ae94af456e7bf496890c68e6729b153d76db9  openvpn-2.3.8.tar.gz
7c7ca6c55a9d0b17bd0e525e2fa5b02895f9ee9cc7fa6be7d540a1a95ab1c5e36f7756b69f42e17b98cf15d94ce80c4315e567121d948be1a826e77dfcf66ff0  openvpn.initd
8a4080b7784faa156aa0775f7b73fe5c054707270af2a3139150629450ad0f1f5954dce5fc850f1bfd7b93bcc47ed4bc9b22159c536874698c78d81ba99338a7  openvpn.initd
982ade883afbe2e656a9cbbe36c31c0e8b4f7bbbe5b63df9f7b834f02a9153032fb7445c85d3e91f62c68a7ddd13c3afbf420fb71cdd13d9c4b69f867bdd9f37  openvpn.confd
f904d6125ed1ddb48ea632c3b290a7a4a7a7436be0d46b323fc8c92f919f9d076fdc78ff7bed0dd65675f0bc3559e531e372b805fc11ef287efeeb4d54fe52f4  openvpn.up
5defd61edf11cc63f3f8f60bef7fa730c4bcdd2545d664bd94666dd3aea80bd9d190263d8835a555e4287a594f6fce0f52426aed49c60233ff637a2a6164a997  openvpn.down"
diff --git a/main/openvpn/openvpn.initd b/main/openvpn/openvpn.initd
index a3b2fda..20c142f 100644
--- a/main/openvpn/openvpn.initd
+++ b/main/openvpn/openvpn.initd
@@ -2,6 +2,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="VPN service"

VPNDIR=${VPNDIR:-/etc/openvpn}
VPN=${SVCNAME#*.}
if [ -n "${VPN}" ] && [ ${SVCNAME} != "openvpn" ]; then
-- 
2.6.1



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

[alpine-aports] [PATCH v3 3/3] main/dovecot: Added description to init.d script

Details
Message ID
<1446629061-2734-4-git-send-email-danielsan.dani@gmail.com>
In-Reply-To
<1446629061-2734-1-git-send-email-danielsan.dani@gmail.com> (view parent)
Sender timestamp
1446629061
DKIM signature
missing
Download raw message
Patch: +7 -4
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
---
 main/dovecot/APKBUILD      | 8 ++++----
 main/dovecot/dovecot.initd | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index 3e8d24a..c3dbf73 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dovecot
pkgver=2.2.19
pkgrel=0
pkgrel=1
pkgdesc="IMAP and POP3 server"
url="http://www.dovecot.org/"
arch="all"
@@ -130,15 +130,15 @@ config() {
md5sums="95591b6556413edc2f0b160fb469d04c  dovecot-2.2.19.tar.gz
49f7a03284cc657857fe2ae22b8c82a0  hide-dl-errors.patch
1a88280b65efb6cb7f70bc5a88bf264c  dovecot.logrotate
2a63d966ce4d9c63cecf99d183c394a0  dovecot.initd
f730fd2f5e94cdb8ce0ff4df54ebb49b  dovecot.initd
95cf57ecc835882228bbbb019ce3abf8  dovecot-sample-config.post-install"
sha256sums="759e1e3f9d907cdaabad1f5fbacc793ca191d234c084bec3bba42966952a4e9f  dovecot-2.2.19.tar.gz
d6accdd6e271647c01ab8fa0a9491ee822486484961e2d5c252bf70e816d2bfa  hide-dl-errors.patch
2ac04bb7b5c503cd87ba044482e651dbe5c9d84a4268891fb2aa9ba26e62f833  dovecot.logrotate
e6dd8e654a66aeb84ae63959de290ccf6ba05d890232a107edf1bb83a88767bb  dovecot.initd
6cad7099764c04b6ed1a1c4fbc308d66657ad31db627dd058cbbde4e883ccc00  dovecot.initd
7dab0591eca7fe1473ae7b39ed9ae0d7d51617ffea01252ace5c3aa68150693f  dovecot-sample-config.post-install"
sha512sums="1b9d605a6a5862ade9d1ca634a9e0171b7c212ab025fc2059051c3795470685b66516fa9fbe5ad91d84388268ea15795f2dcd70ffdf81736ce4d80fd284835e9  dovecot-2.2.19.tar.gz
1e9a1f2990019236546c7be581a4d6d0b430110d27a00bc3298f5c154ef9a4aadefa193d02a017912f826d771058fd5c6ef6cb454e14f0d15749fa8f3a68c64a  hide-dl-errors.patch
58756fa06a063777ef7c4d1e67b63adbde5462264e14bd7a3187a318f498fff21ac2a8d53bb216f56fef4588206e14112da79542b6dfdf503988786f27bb6544  dovecot.logrotate
984b24d331e0d837c2c16db1e6e3d5a7fd43b1cfb3e0b1450402dfc7f9cc59ed5a13c553a34864c045a8ffc274ddb728e46e68e2483caef56e98775c219ee687  dovecot.initd
f3f0dfce9713ee9fcb8e07f8b8f7f2c88906adee1a97e5272346c77ff7fc1099c7340c75271ba08972d32fb45b92a9272dec68d3fbbee8ee76eb0ea9c5630c10  dovecot.initd
c5665334b0664ae29f52c022a8ffc2e520cfc506e399d2e614464dd5770caade794eeaf3406fe8ded1d927b06672d0597e2fe53d32fbfaf9f4cf025bce792a5b  dovecot-sample-config.post-install"
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd
index 646f80a..fdfb5a9 100644
--- a/main/dovecot/dovecot.initd
+++ b/main/dovecot/dovecot.initd
@@ -1,5 +1,8 @@
#!/sbin/openrc-run

description="Secure POP3/IMAP server"
description_reload="Reload configuration"

extra_started_commands="reload"

depend() {
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)