diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-28 12:29:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-28 15:14:56 +0200 |
commit | 7ae4c0e3b3d4ee2ffe2dfd9cb326350f966411e7 (patch) | |
tree | 30f0a8ea4738e54e525d788678fa47bfe9ee2f86 /package/mosquitto/files/mosquitto.postinst | |
parent | 03d5e04dde97ed54893cbb93670cbfdfad6d39c7 (diff) |
use CONFIG_STYLE cmake, disable MEM-TRACK as it doesn't work with uClibc-ng
Diffstat (limited to 'package/mosquitto/files/mosquitto.postinst')
-rw-r--r-- | package/mosquitto/files/mosquitto.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mosquitto/files/mosquitto.postinst b/package/mosquitto/files/mosquitto.postinst index 5c39e9bde..a40e7f44c 100644 --- a/package/mosquitto/files/mosquitto.postinst +++ b/package/mosquitto/files/mosquitto.postinst @@ -1,7 +1,7 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh add_rcconf mosquitto NO -add_rcconf mosquitto_flags '' +add_rcconf mosquitto_flags " " gid=$(get_next_gid) add_group mosquitto $gid add_user mosquitto $(get_next_uid) $gid /etc/mosquitto |