From: Davide Viti Date: Mon, 25 Nov 2013 09:03:23 +0000 (+0100) Subject: mongoose: S85mongoose: fix default options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12da132c2bc6e980abe22ea4d4edfd1792dd5845;p=buildroot.git mongoose: S85mongoose: fix default options 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/mongoose/S85mongoose b/package/mongoose/S85mongoose index e9e8524ca8..ff7da05b08 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