Hey Mike, On Fri, 13 Dec 2002, Mike Miller wrote:
> What would I have to do to use this patch with 3.3.6? Will it work? It applies cleanly. It should work. But have not tested this extensivly. > > Also, how exactly is a patch applied? In the past, I've read through the You need the patch programm. Install the one included with Solaris (No I don't know where to find that one). Or get the GNU one. > thing, line by line, and figured out how to edit the files by hand. With > a big patch, that's too much work. If it matters, I'm using Solaris 8. > > Best, > > Mike Apply with these 3 commands. After that the patched sources are in vnc-3.3.6-unixsrc. [SHELL]$ gzip -dc <path to vnc source>/vnc-3.3.6-unixsrc.tar.gz | tar xfv - [SHELL]$ cd vnc-3.3.6-unixsrc [SHELL]$ patch -p1 < <path to patch>/vnc-3.3.4-tcp_wrappers.patch For more info on patch try 'man patch' and 'man diff' or search on google for 'man unix patch' MfG Joachim -- Joachim Falk <[EMAIL PROTECTED]> You can always tell a really good idea by the enemies it makes. --programmers' axiom _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
