~alpine/aports

1

[alpine-aports] [PATCH] main/dovecot: Fix name for protocol files

Marco Dickert <marco@misterunknown.de>
Details
Message ID
<20190301105919.26627-1-marco@misterunknown.de>
Sender timestamp
1551437960
DKIM signature
missing
Download raw message
Patch: +1 -1
In dovecots default config file, there is an optional include:
```
!include_try /usr/share/dovecot/protocols.d/*.protocol
```
The protocol subpackages create *.conf files in this directory, which
is the wrong extension.

Signed-off-by: Marco Dickert <marco@misterunknown.de>
---
 main/dovecot/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
index cc2a65eefe..a08bf68172 100644
--- a/main/dovecot/APKBUILD
+++ b/main/dovecot/APKBUILD
@@ -197,7 +197,7 @@ _protocol() {

	mkdir -p "$protocolsd"
	echo "protocols = \$protocols $name" \
		> "$protocolsd"/${subpkgname#$pkgname-}.conf
		> "$protocolsd"/${subpkgname#$pkgname-}.procotol
}

_sieve() {
-- 
2.21.0



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

[alpine-aports] Re: [PATCH] main/dovecot: Fix name for protocol files

Marco Dickert <marco@misterunknown.de>
Details
Message ID
<20190301123148.GA25800@marco.lxc>
In-Reply-To
<20190301105919.26627-1-marco@misterunknown.de> (view parent)
Sender timestamp
1551443509
DKIM signature
missing
Download raw message
Nevermind, apparently this changed in the latest dovecot version. I upgraded
from alpine 3.8 to 3.9, which hadn't upgraded my dovecot.conf. Sorry for the
inconvenience.

On 2019-03-01 11:59:20, Marco Dickert wrote:
> In dovecots default config file, there is an optional include:
> ```
> !include_try /usr/share/dovecot/protocols.d/*.protocol
> ```
> The protocol subpackages create *.conf files in this directory, which
> is the wrong extension.
> 
> Signed-off-by: Marco Dickert <marco@misterunknown.de>
> ---
>  main/dovecot/APKBUILD | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD
> index cc2a65eefe..a08bf68172 100644
> --- a/main/dovecot/APKBUILD
> +++ b/main/dovecot/APKBUILD
> @@ -197,7 +197,7 @@ _protocol() {
>  
>  	mkdir -p "$protocolsd"
>  	echo "protocols = \$protocols $name" \
> -		> "$protocolsd"/${subpkgname#$pkgname-}.conf
> +		> "$protocolsd"/${subpkgname#$pkgname-}.procotol
>  }
>  
>  _sieve() {
> -- 
> 2.21.0
> 

-- 
Marco Dickert
marco@misterunknown.de
https://misterunknown.de
Reply to thread Export thread (mbox)