~alpine/aports

main/dovecot: create dovecot system users v1 PROPOSED

Pierre Jaury: 1
 main/dovecot: create dovecot system users

 1 files changed, 2 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/2775/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/dovecot: create dovecot system users Export this patch

Since a593d306c92f8bc15a1797c0a2ccfa784edbc4a0, the main group
for system users is specified explicitely but the system groups
were not created in the first place.
---
 main/dovecot/dovecot.pre-install | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main/dovecot/dovecot.pre-install b/main/dovecot/dovecot.pre-install
index e19b113..e3ee636 100644
--- a/main/dovecot/dovecot.pre-install
+++ b/main/dovecot/dovecot.pre-install
@@ -1,5 +1,7 @@
#!/bin/sh

addgroup -S dovecot 2>/dev/null
addgroup -S dovenull 2>/dev/null
adduser -S -u 90 -D -H -h /dev/null -s /sbin/nologin -g dovecot dovecot 2>/dev/null
adduser -S -u 91 -D -H -h /dev/null -s /sbin/nologin -g dovenull dovenull 2>/dev/null

-- 
2.8.0



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