procd: fix service file tracking
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Dec 2013 15:38:28 +0000 (15:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 18 Dec 2013 15:38:28 +0000 (15:38 +0000)
commit6cbf0ff226ab51e368cbb89cea4eeb716355c6d2
treeaeea391bb903318a1db54e004da1cdf8f5e89cfd
parenta8779b24fdfe37cde865e74d4cb8f93b52829e48
procd: fix service file tracking

The instance_config_move() function in the procd instance managing code is
missing a blobmsg_list_move() call to update the tracked file items with the
newly calculated checksums in case of a file change.

Without that change, services are always reloaded after the first change to
a tracked file regardless of whether there are any subsequent changes or not.

Add a missing instance of blobmsg_list_free() as well.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39132
package/system/procd/Makefile