Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-19 | move fsm, geolocate, p2ptbl, shuf to external reposplugnpray | Jan Huwald | |
- remove fsm, geolocate, p2ptbl, shuf - update .config - update paths (the package install into /usr/sbin instead of /sbin) | |||
2011-12-19 | fsm: don't leak lock fd to child processes | Katze Miau | |
2011-12-18 | fsm: do not lock state file when reading state | Katze Miau | |
Locking the state file during `fsm get` operations is annoying. And the returned state may be changed anytime after termination, so the caller can not rely on it being up to date anyway. | |||
2011-12-06 | sbin/fsm: fix error msg | Katze Miau | |
2011-12-05 | add /sbin/fsm | Katze Miau | |
- implements finite state machine given a definition in /etc/fsm/ - see upcoming doc/ commits for detail |