Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] mongoose: startup script must use short options
@ 2013-11-25  7:46 Davide Viti
  2013-11-25  8:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Davide Viti @ 2013-11-25  7:46 UTC (permalink / raw)
  To: buildroot

From: Davide Viti <zinosat@tiscali.it>


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-25  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25  7:46 [Buildroot] [PATCH 1/1] mongoose: startup script must use short options Davide Viti
2013-11-25  8:20 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox