# HG changeset patch # User Matt Johnston # Date 1143361696 0 # Node ID 4b4478d0d2b9d4a7d64618de94b999afb52d340c # Parent 474c1a700b673bbee4e1fc7af520afd948d467cd add a comment on usage diff -r 474c1a700b67 -r 4b4478d0d2b9 README.axis --- a/README.axis Sun Mar 26 08:26:39 2006 +0000 +++ b/README.axis Sun Mar 26 08:28:16 2006 +0000 @@ -1,3 +1,18 @@ +Running it: + +For normally (just vfork(), no inetd): + +./dropbear -F -E + +(add -v for verbose). Note that since it's vforking, only one connection +will reliably work at a time. + +For inetd-server mode, which will execv() a new dropbear inetd child each time: + +./dropbear -x /path/to/dropbear -F -E + +--------------------- + From: Bernard Blackham To: tech@ucc.asn.au Subject: [tech] axis building