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/fsm/inetable/trans/queen.enter | |
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/fsm/inetable/trans/queen.enter')
-rwxr-xr-x | files/common/etc/fsm/inetable/trans/queen.enter | 2 |
1 files changed, 1 insertions, 1 deletions
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 |