~alpine/aports

main/dovecot: a change after the previous patch, added basedir creation in init-script v1 PROPOSED

Valery Kartel: 1
 main/dovecot: a change after the previous patch, added basedir creation in init-script

 1 files changed, 1 insertions(+), 0 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/aports/patches/1878/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/dovecot: a change after the previous patch, added basedir creation in init-script Export this patch

---
 main/dovecot/dovecot.initd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/dovecot/dovecot.initd b/main/dovecot/dovecot.initd
index 6cc9cb0..d74e71e 100644
--- a/main/dovecot/dovecot.initd
+++ b/main/dovecot/dovecot.initd
@@ -31,6 +31,7 @@ checkconfig() {
	fi
	DOVECOT_BASEDIR=${DOVECOT_BASEDIR:-/run/dovecot}
	DOVECOT_PIDFILE=${DOVECOT_BASEDIR}/master.pid
	checkpath --directory --owner dovecot:dovecot --mode 0750 ${DOVECOT_BASEDIR}
}

start() {
-- 
2.6.3



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