Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Davide Viti <zinosat@tiscali.it>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1 v2] mongoose: startup script must use short options
Date: Mon, 25 Nov 2013 10:03:23 +0100	[thread overview]
Message-ID: <1385370203-7524-1-git-send-email-d.viti@infosolution.it> (raw)

From: Davide Viti <zinosat@tiscali.it>

mongoose fails to start because long options are not supported (as
shown by "mongoose -h")

Signed-off-by: Davide Viti <d.viti@infosolution.it>
---
 package/mongoose/S85mongoose | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mongoose/S85mongoose b/package/mongoose/S85mongoose
index e9e8524..ecf896a 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="-t 3 -r /var/www -p 80"
 
 [ -e /etc/default/mongoose ] && . /etc/default/mongoose
 
-- 
1.8.1.2

             reply	other threads:[~2013-11-25  9:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25  9:03 Davide Viti [this message]
2013-11-25  9:43 ` [Buildroot] [PATCH 1/1 v2] mongoose: startup script must use short options Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1385370203-7524-1-git-send-email-d.viti@infosolution.it \
    --to=zinosat@tiscali.it \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox