[Buildroot] [PATCH 3/3] exim: generate the user with automatic uid

Luca Ceresoli luca at lucaceresoli.net
Fri Jul 4 15:56:26 UTC 2014


Now that the exim username is configurable it is more likely that
other packages generate a conflicting user. Switch to automatic uid
generation to avoid any problem.

Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
---
 package/exim/exim.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/exim/exim.mk b/package/exim/exim.mk
index 163861b..18745ac 100644
--- a/package/exim/exim.mk
+++ b/package/exim/exim.mk
@@ -93,7 +93,7 @@ define EXIM_INSTALL_TARGET_CMDS
 endef
 
 define EXIM_USERS
-$(call qstrip,$(BR2_PACKAGE_EXIM_USER)) 88 mail 8 * - - - exim
+$(call qstrip,$(BR2_PACKAGE_EXIM_USER)) -1 mail 8 * - - - exim
 endef
 
 define EXIM_INSTALL_INIT_SYSV
-- 
1.9.1



More information about the buildroot mailing list