Bug #363
server.stat-cache-engine handling broken
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.4.9 | |||
| Pending: | Resolution: | duplicate |
||
Description
server.stat-cache-engine = "fam" # either fam, simple or off
the handling for the setting is broken.
1. off should be most likely disabled.
2. no matter what value you set. it always tries to start gam_serve (if build with fam) or connect to the global famd (build with fam)
it would be cool to make it really a runtime switch, so i dont have to leave out FAM/Gamin support in the package.
-- darix