diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-08 03:45:30 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-08 03:45:30 +0200 |
commit | d4042ec35eecb0d417af438a3cb80cc5b7d53ae7 (patch) | |
tree | db4864a42da2eb6ea5b12fe9ad11549782eed212 /mail/dovecot/files | |
parent | 85695f4561e474a823347cdb2c7a9456d47c4cc6 (diff) |
generic userid: use the new USERID api
recent changes in trunk allow us to specify the userid inside the openwrt makefile.
the info is stored int he meta data of the IPK contorl file and users are generated
by the new generic postinst trigger.
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'mail/dovecot/files')
-rw-r--r-- | mail/dovecot/files/dovecot.init | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/dovecot/files/dovecot.init b/mail/dovecot/files/dovecot.init index 7739cd15a..1f831842a 100644 --- a/mail/dovecot/files/dovecot.init +++ b/mail/dovecot/files/dovecot.init @@ -7,8 +7,6 @@ STOP=75 USE_PROCD=1 start_service() { - user_exists dovecot 59 || user_add dovecot 59 - group_exists dovecot 59 || group_add dovecot 59 mkdir -p -m 0755 /var/lib/dovecot mkdir -p -m 0755 /var/run/dovecot chmod 0750 /var/lib/dovecot |