aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto/files
Commit message (Collapse)AuthorAge
* net/mosquitto: chown data directoryKarl Palsson2016-08-30
| | | | | | | | The package creates a "mosquitto" user, but the support added for persistence creates the data directory as root running the init script. Properly chown the newly created directory to ensure it's writable. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: support optionally writing pidfilesKarl Palsson2016-04-11
| | | | | | | Uses procd built in pid file support, rather than mosquittos built in support. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: convert init script to procdKarl Palsson2016-03-07
| | | | | | | Adds support for persistence settings. Bumps package version for new init script. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: Include viable stub config fileKarl Palsson2016-03-07
| | | | | | | This should always have been available in the mosquitto package itself. This file needs to exist in basic form to allow the init scripts to even check whether it exists. Signed-off-by: Karl Palsson <karlp@etactica.com>
* mosquitto: use mirrored files/ treeKarl Palsson2016-03-07
| | | | | | | Instead of manually copying files and renaming on install, use the nice clean "files/<mirror>" structure and just $(CP) them into place. Signed-off-by: Karl Palsson <karlp@etactica.com>
* net: mosquitto: overhaul uci conversion scriptKarl Palsson2015-02-20
| | | | | | | | Support more options that came with mosquitto 1.4 Use more built in functions to make script simpler to read and easier to extend. Signed-off-by: Karl Palsson <karlp@remake.is>
* generic userid: use the new USERID apiJohn Crispin2014-10-08
| | | | | | | | 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>
* net/mosquitto: Import 1.3.1 from packagesKarl Palsson2014-06-03
This is actively maintained, and will continue to be maintained. Upstream development versions of the package is available at https://github.com/remakeelectric/owrt_pub_feeds Signed-off-by: Karl Palsson <karlp@remake.is>