diff options
author | Jan Huwald <jh@sotun.de> | 2012-06-19 17:04:41 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-06-19 17:04:41 (GMT) |
commit | b2ae517e1c611c4eea052aad272894878476f8bd (patch) | |
tree | 60c77e98a63b37f985c1a09100ab6eee18cd96fd /files/common/etc | |
parent | 42867d4762545e216adc54fef025ac794eb50178 (diff) |
move fsm, geolocate, p2ptbl, shuf to external reposplugnpray
- remove fsm, geolocate, p2ptbl, shuf
- update .config
- update paths (the package install into /usr/sbin instead of /sbin)
Diffstat (limited to 'files/common/etc')
-rw-r--r-- | files/common/etc/crontabs/root | 14 | ||||
-rwxr-xr-x | files/common/etc/fsm/inetable/trans/queen.enter | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/files/common/etc/crontabs/root b/files/common/etc/crontabs/root index 3a902c5..4aebd21 100644 --- a/files/common/etc/crontabs/root +++ b/files/common/etc/crontabs/root @@ -1,7 +1,7 @@ -* * * * */10 /sbin/p2ptbl gossip /tmp/p2ptbl/ccfg_wifi 500 br-mesh -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/gwip 500 br-mesh -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/splash 500 br-mesh -* * * * * /sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh -* * * * * /sbin/fsm watch inetable -* * * * * /sbin/fsm watch update -* * * * * /sbin/splash_sync +* * * * */10 /usr/sbin/p2ptbl gossip /tmp/p2ptbl/ccfg_wifi 500 br-mesh +* * * * * /usr/sbin/p2ptbl gossip /tmp/p2ptbl/gwip 500 br-mesh +* * * * * /usr/sbin/p2ptbl gossip /tmp/p2ptbl/splash 500 br-mesh +* * * * * /usr/sbin/p2ptbl gossip /tmp/p2ptbl/update 500 br-mesh +* * * * * /usr/sbin/fsm watch inetable +* * * * * /usr/sbin/fsm watch update +* * * * * /usr/sbin/splash_sync diff --git a/files/common/etc/fsm/inetable/trans/queen.enter b/files/common/etc/fsm/inetable/trans/queen.enter index 404b0f2..8bcf968 100755 --- a/files/common/etc/fsm/inetable/trans/queen.enter +++ b/files/common/etc/fsm/inetable/trans/queen.enter @@ -54,7 +54,7 @@ set dhcp.mesh.end_ip=$dhcp_end ## set splash # start redirection httpd (for splash), add GW IP to the addrs service # httpd listens on -echo "http://$gwip/cgi-bin/splash.html? /sbin/urlencode" > /tmp/redirection_target +echo "http://$gwip/cgi-bin/splash.html? /usr/sbin/urlencode" > /tmp/redirection_target enable_httpd redirection $gwip:81 change_service_httpd_listen $gwip:80 /etc/init.d/uhttpd restart |