04 Oct 95 rr@sco.com Incorporated suggested fix for u386mon by increasing the maximum number of utmp entries from 64 to 1024. The binary is available in ./bin/u386mon.Z (compressed) and the corresponding source change is in ./src/Tools/u386mon-2.74/det_proc.c Modified the SCO Skunkware setup script ./bin/spray so it will work on a localized OpenServer 5 installation. It was failing when the id command returned a non-english localized string for "root". The fixed script is ./bin/spray.Z (compressed). 13 Nov 95 rr@sco.com Retrieved exmh 1.6.4 from telecom.sdsu.edu where it was placed by glen@dps.sdsu.edu The source and a README are in ./src/Tools/exmh-1.6.4.tar.Z and ./src/Tools/README.exmh 15 Nov 95 rr@sco.com The file /lib/X11/app-defaults/XFtp was apparently shipped zero length. I have placed the color version of this app-defaults file in ./lib/X11/app-defaults/XFtp for use with the xftp utility. 29 Nov 95 rr@sco.com Created the windows subdirectory and placed the file twinsock-2.0.tar.gz there. This is Twinsock 2.0, freeware which enables your Windows 3.1, Windows NT or Windows 95 machine to use any Windows Sockets Application over a serial line (also known as asynch lines) or dial up connection to a UNIX shell account. It can be extracted with the command : $ /usr/skunk/bin/gzcat twinsock-2.0.tar.gz | tar xf - The archive includes source which has been ported to SCO OpenServer 5 and compiled with the SCO OpenServer 5 Development System. 01 Dec 95 rr@sco.com Placed the compressed tar file fortune.tar.Z here. This is the Skunkware 5 fortune recompiled to live in /usr/local rather than /usr/skunk. To install, place the file in /tmp and, as root, run the command : # cd / ; zcat /tmp/fortune.tar.Z | tar xf - 04 Dec 95 rr@sco.com Rebuilt metamail 2.7 with a new config.h which has the killpg #define appropriately #ifdef'd for SCO OpenServer 5. The resulting distribution is in the compressed tar archive metamail.tar.Z which should be extracted in /usr/local via the command : # zcat /tmp/metamail.tar.Z | tar xf - The modified config.h is in src/Tools/metamail-2.7/src. 05 Dec 95 rr@sco.com Added the C source file ./lib/usleep.c which implements the documented but missing usleep() function. 15 Dec 95 rr@sco.com Added the Makefile ./src/Tools/vg-2.03/Makefile which contains changes necessary to build vg on SCO OpenServer 5. 18 Dec 95 rr@sco.com Updated the growing collection of GIF and JPEG files useful as backgrounds for HTML documents. These are in ./pics/patterns/gif and ./pics/patterns/jpg. 02 Jan 96 rr@sco.com Added majordomo-1.93.tar.Z contributed by glen@dps.sdsu.edu 18 Apr 96 rr@sco.com Added elm2.4-PL25.tar.Z, patch level 25 of the 2.4 (USENET) version of the Elm Mail System. To install, extract and, as root : # cd elm2.4-PL25 # make install 19 Apr 96 rr@sco.com Added xhtml.tar.Z which is version 1.3 of xhtml (formerly called ashe, A Simple HTML Editor) 20 Apr 96 rr@sco.com Added screen-3.5.1.tar.Z , the binary distribution (including a file /tmp/README-screen.3.5.1 which explains installation) and a built source tree in ./src/Tools/screen-3.5.1.tar.Z. To install from the built source tree, as root cd into screen-3.5.1 and type "make install" 25 Apr 96 rr@sco.com Added listproc-6.0c.tar.Z , the popular mailing list server. The compressed tar file extracts into usr/listproc which is where it was built to live. The archive includes the source. If you'd like to rebuild it for a different location, modify usr/listproc/src/Makefile and change HOMEDIR. 26 Apr 96 rr@sco.com Added perl5.002.tar.Z , the Perl 5.002 distribution, built for SCO OpenServer. To install, extract the compressed tar archive, cd into the perl5.002 directory, and (as root) type "make install". The Perl 5.002 distribution will be installed in /usr/local/... 27 Apr 96 rr@sco.com Added xv-3.10a.tar.Z, the xv 3.10a distribution, built for SCO OpenServer. In addition to compiling an ELF binary for SCO OpenServer, i've added the HTML documentation and rules in the Makefile to install it and link it into the scohelp directory. 18 May 96 rr@sco.com Added lynx-2.5FM, the latest lynx distribution built for SCO OpenServer, SCO OpenDesktop and SCO UnixWare. Lynx is a character based WWW browser. 21 May 96 rr@sco.com Added freeWAIS-sf-2.1.cpio.Z the latest freeWAIS-sf distribution, built for SCO OpenServer. To install, after extracting with the command : # zcat freeWAIS-sf-2.1.cpio.Z | cpio -icdvu as root, cd into freeWAIS-sf-2.1 and type "make install". This will place the freeWAIS 2.1 distribution in /usr/local with the binaries in /usr/local/bin. 04 Jun 96 rr@sco.com Updated xpdf, an X11 client which displays PDF documents The binaries (xpdf and pdftops) are available as xpdf.tar.Z and a built source tree is available in ./src/X11/xpdf-0.5.cpio.Z. To install, just copy the binaries to a directory in your PATH. You may also want to add the following line to your mailcap file : application/pdf;/usr/local/bin/xpdf -err %s (assuming you installed xpdf in /usr/local/bin) Version 0.5 of xpdf will now print PDF documents (as postscript). 04 Jun 96 rr@sco.com Added Ghostview 1.5 and Ghostscript 3.53, utilities used to view postscript. The Ghostview 1.5 binary distribution is available as ghostview-1.5.tar.Z. The Ghostscript 3.53 binary distribution is gs-3.53.tar.Z. To install either/both, as root, cd / and extract the tar file(s). They install into /usr/local so you'll need to add /usr/local/bin to you PATH. The built source trees are also available. The Ghostview 1.5 source distribution is in src/X11/ghostview-1.5.tar.Z. The Ghostscript 3.53 source distribution is in src/Tools/gs-3.53.tar.Z.