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/www/service/cgi-bin/cfg_router.commit | |
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/www/service/cgi-bin/cfg_router.commit')
-rw-r--r-- | files/common/www/service/cgi-bin/cfg_router.commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/common/www/service/cgi-bin/cfg_router.commit b/files/common/www/service/cgi-bin/cfg_router.commit index e4f62b7..d251f2b 100644 --- a/files/common/www/service/cgi-bin/cfg_router.commit +++ b/files/common/www/service/cgi-bin/cfg_router.commit @@ -21,7 +21,7 @@ EOF if $auto && have_internet; then # geolocate may fail (e.g. if another instance was running or # the position could not be determined) - /sbin/geolocate || true + /usr/sbin/geolocate || true # close previously aquired lock exec 667>&- fi |