-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update mosquitto - remove busybox stuff (and dsm5->dsm6 user migration)
- Loading branch information
Showing
4 changed files
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mosquitto-1.6.12.tar.gz SHA1 b8c047985a33f3c2e9855079030f91d6eed00c47 | ||
mosquitto-1.6.12.tar.gz SHA256 548d73d19fb787dd0530334e398fd256ef3a581181678488a741a995c4f007fb | ||
mosquitto-1.6.12.tar.gz MD5 beb8d76d6e45f1e66d711006082a631f | ||
mosquitto-1.6.15.tar.gz SHA1 86e1819be155b5a9253f2d65f86e4ffb4479b6e8 | ||
mosquitto-1.6.15.tar.gz SHA256 5ff2271512f745bf1a451072cd3768a5daed71e90c5179fae12b049d6c02aa0f | ||
mosquitto-1.6.15.tar.gz MD5 792bdd8fce3a8a1db102988ef6a9a02f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
CFG_FILE="${SYNOPKG_PKGDEST}/var/mosquitto.conf" | ||
# mosquitto service definition | ||
|
||
CFG_FILE="${SYNOPKG_PKGVAR}/mosquitto.conf" | ||
PATH="${SYNOPKG_PKGDEST}/bin:${PATH}" | ||
SERVICE_COMMAND="${SYNOPKG_PKGDEST}/sbin/mosquitto -d -c ${CFG_FILE}" | ||
|
||
service_postinst () | ||
{ | ||
# Discard legacy obsolete busybox user account | ||
BIN=${SYNOPKG_PKGDEST}/bin | ||
$BIN/busybox --install $BIN | ||
$BIN/delgroup "${USER}" "users" | ||
$BIN/deluser "${USER}" | ||
} | ||
|