diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-28 14:34:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-28 14:34:51 +0000 |
commit | 6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch) | |
tree | 27e1c61cbc148cf62683fdece421db3e5df6864f /main/postfix | |
parent | 50f344b7b0be41515051e8f31ecb979887c342af (diff) | |
download | aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2 aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz |
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/postfix')
-rw-r--r-- | main/postfix/APKBUILD | 8 | ||||
-rw-r--r-- | main/postfix/postfix.initd | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index 307a64da97..71ce0d1152 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix pkgver=3.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" arch="all" @@ -153,11 +153,11 @@ pgsql() { _mv_dict pgsql ; } sqlite() { _mv_dict sqlite ; } md5sums="3ec1416e7d4fba9566297c8fcf7a348c postfix-3.0.1.tar.gz -d773f01dcc965d219a8a37b88f89c5bf postfix.initd +82c78ea8cb77a55f563d2086b73c36e2 postfix.initd b7ed1614fafb5fed6253b1a62f76b709 no-glibc.patch" sha256sums="cd2bd6447fe3368bb1a39f482f8dd1eec87c63067a0eb75f9aec8e4eadd21328 postfix-3.0.1.tar.gz -6b3fe71542ab783c7adddbfa161f7e2dcb2325913ad5d611ca56f730876ce4ab postfix.initd +2f744cfe9c3a0bac8e15c1e2347ff38283cb323617740f853e01d9eade7957ee postfix.initd e8d7c4b3edab2388c9aba6c9ce70ff141ae7aacbd6480e233711241d90b14563 no-glibc.patch" sha512sums="17916f6dc7113589b011dbf6a6bb54cb9f6d0d5f176fb3c877d4a5a09ac62c4faf088bf1eba0b41c6d2b9d55660fd4c52d4ba2a01f82db3679322756b6da6f37 postfix-3.0.1.tar.gz -c179534a7243bcf8c19b5367a703b54fcc88b7587ce7ef07ec111cfe00053779eed23b3ccda81eb20059599b857cae0a57cc02613526209f3dd966d65abd9a3f postfix.initd +2752e69c4e1857bdcf29444ffb458bca818bc60b9c77c20823c5f5b87c36cb5e0f3217a625a7fe5788d5bfcef7570a1f2149e1233fcd23ccf7ee14190aff47a2 postfix.initd cf9ef0d07e54011107da57e2855cbda10047c100047e2cc2fdede072ace1fc6c060a6b1cfc8c277417a28a23ecd3c6ffdc061da1673e8f61d2ed11899f1efb25 no-glibc.patch" diff --git a/main/postfix/postfix.initd b/main/postfix/postfix.initd index e578431f7d..639ee79e6e 100644 --- a/main/postfix/postfix.initd +++ b/main/postfix/postfix.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 # $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.6,v 1.3 2011/10/24 12:52:32 eras Exp $ |