honeyd/honey

Tue, 28 Aug 2012 18:35:40 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:35:40 +0200
changeset 575
6e491d7671a4
permissions
-rwxr-xr-x

Update version, modernize packaging, accommodate libevent version 2 opaque
evbuffer datatype, port Linux style flock(2) to SVR4, include correct
non BSD and non SVR4 headers in DNS and resolving logic, correctly
include a arc4random(3) implementation for platforms lacking it,
conditionally implement the nonstandard MIN(a,b) macro, and use
parallel make for faster SMP and multicore builds.

michael@574 1 #!/bin/sh
michael@574 2 ##
michael@574 3 ## honey -- Java GUI launcher
michael@574 4 ##
michael@574 5
michael@574 6 @l_prefix@/bin/java -Vsun-jdk -cp @l_prefix@/lib/honeyd/javagui HostFrame
michael@574 7

mercurial