diff options
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 |