diff options
Diffstat (limited to 'package/postfix')
-rw-r--r-- | package/postfix/files/postfix.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postfix/files/postfix.postinst b/package/postfix/files/postfix.postinst index 8c9fbba60..2d9a719a3 100644 --- a/package/postfix/files/postfix.postinst +++ b/package/postfix/files/postfix.postinst @@ -1,6 +1,6 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf postfix postfix NO +add_rcconf postfix NO gid=$(get_next_gid) add_group postfix $gid add_user postfix $(get_next_uid) $gid /etc/postfix |