[Buildroot] [git commit] mongoose: S85mongoose: fix default options

Peter Korsgaard peter at korsgaard.com
Mon Nov 25 09:41:19 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=12da132c2bc6e980abe22ea4d4edfd1792dd5845
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

mongoose fails to start because the options used are not supported by
mongoose. Fix it by using the correct option names instead.

[Peter: reworded commit text and use the correct long options instead]
Signed-off-by: Davide Viti <d.viti at infosolution.it>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mongoose/S85mongoose |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mongoose/S85mongoose b/package/mongoose/S85mongoose
index e9e8524..ff7da05 100755
--- a/package/mongoose/S85mongoose
+++ b/package/mongoose/S85mongoose
@@ -10,7 +10,7 @@ NAME=mongoose
 DESC="Mongoose HTTP server"
 
 DAEMON=`which mongoose`
-OPTIONS="-max_threads 3 -root /var/www  -ports 80"
+OPTIONS="-num_threads 3 -document_root /var/www -listening_ports 80"
 
 [ -e /etc/default/mongoose ] && . /etc/default/mongoose
 


More information about the buildroot mailing list