The unified diff between revisions [5125177b..] and [8a242f0b..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "README.axis" # from [88a88ac85b28be411c4b0b26cfbc9ffc6757deed] # to [6be09c49e51b04913a2815e53d89500a7ae72dfe] # ============================================================ --- README.axis 88a88ac85b28be411c4b0b26cfbc9ffc6757deed +++ README.axis 6be09c49e51b04913a2815e53d89500a7ae72dfe @@ -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 <bernard@blackham.com.au> To: tech@ucc.asn.au Subject: [tech] axis building