aboutsummaryrefslogtreecommitdiffstats
path: root/main/dovecot
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
commit6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch)
tree27e1c61cbc148cf62683fdece421db3e5df6864f /main/dovecot
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/dovecot')
-rw-r--r--main/dovecot/APKBUILD8
-rw-r--r--main/dovecot/dovecot.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index b8a5836d3f..17843615f0 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dovecot
pkgver=2.2.16
-pkgrel=0
+pkgrel=1
pkgdesc="IMAP and POP3 server"
url="http://www.dovecot.org/"
arch="all"
@@ -132,15 +132,15 @@ config() {
md5sums="8dba21e817b4239e462d98a925233418 dovecot-2.2.16.tar.gz
49f7a03284cc657857fe2ae22b8c82a0 hide-dl-errors.patch
aec5cc797ab2acf72ce3b6bb1030345f dovecot.logrotate
-59f210c712284a82e3a65b4126ddd99c dovecot.initd
+1d9c3a6b843c0fdfec09cc677e0c1f3a dovecot.initd
95cf57ecc835882228bbbb019ce3abf8 dovecot-sample-config.post-install"
sha256sums="56ce1287a17fa88a2083116db00200deff1a5390af5eac1c8ae3f59a2079cff0 dovecot-2.2.16.tar.gz
d6accdd6e271647c01ab8fa0a9491ee822486484961e2d5c252bf70e816d2bfa hide-dl-errors.patch
3ac8a0b2b078f84e598266c047937f4e63265ff646866a944d9b4f03b6fe4896 dovecot.logrotate
-47fc6193dc843c1422771c4914f2d2c2246130cb8fbb85041b5bd86896e79f2f dovecot.initd
+2ce42d34029061a3e8d60808c7a9d96e059918947581d7850aca823b9be145a5 dovecot.initd
7dab0591eca7fe1473ae7b39ed9ae0d7d51617ffea01252ace5c3aa68150693f dovecot-sample-config.post-install"
sha512sums="7e910a58cae6d215169a815423bffd1677663ccb1eb400f7f1e733167c29989f3c6786a2d6cea0ef07e64cb08aa1402adb451e0adbbb999f57b3754c0962dbf8 dovecot-2.2.16.tar.gz
1e9a1f2990019236546c7be581a4d6d0b430110d27a00bc3298f5c154ef9a4aadefa193d02a017912f826d771058fd5c6ef6cb454e14f0d15749fa8f3a68c64a hide-dl-errors.patch
cd7c0feb5ad620175692be2f9ca821fbccd970647c5bf5b597dc02d48ab128cc2f7aa7657804e984197e590c8804ac7f7491fa40c6efb03f5209e127fa00583f dovecot.logrotate
-30ccbedee68567548d530b48852df7695c889f70733833968aac6d94593636a55c404b9b7331e994ccf4ae165ea1e1813802ef378b5e0c241fb8b819b88af574 dovecot.initd
+9c50969126a2525810f1da076795c20b56f387834bc0adc91d017e28e8b14a52cdcd320bd623a39910e7dfd9effcd87d454b98143f4fcdb6a0f013877f3558ee dovecot.initd
c5665334b0664ae29f52c022a8ffc2e520cfc506e399d2e614464dd5770caade794eeaf3406fe8ded1d927b06672d0597e2fe53d32fbfaf9f4cf025bce792a5b dovecot-sample-config.post-install"
diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd
index b9ef27578a..9a04c83c98 100644
--- a/main/dovecot/dovecot.initd
+++ b/main/dovecot/dovecot.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r3,v 1.1 2011/09/17 10:33:38 eras Exp $