From d4042ec35eecb0d417af438a3cb80cc5b7d53ae7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 8 Oct 2014 03:45:30 +0200 Subject: 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 --- mail/dovecot/files/dovecot.init | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/dovecot/files') 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 -- cgit v1.2.3