From: Darren King <darrenk@insightdist.com>

Marc G. Fournier <scrappy@hub.org>

Commit: 5b3e78afe3b207e5db91853f03a90f37e0fdb35f
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-02-28T23:37:10Z
Releases: 7.1.1
From: Darren King <darrenk@insightdist.com>

Seem to remember someone posting to one of the lists a while back
that the tutorial code wouldn't compile and/or run.  Found four
problems with it that will let it run.

1. Tutorial makefile had a recursive use of DLOBJS.

2. Some tutorial needed semi-colons added to many statements.

3. Complex tutorial didn't clean up after itself.

4. Advanced had a time-travel example.  Commented it out and
   put a line pointing the user to contrib/spi/README.

Files

PathChange+/−
src/tutorial/advanced.source modified +20 −18
src/tutorial/complex.source modified +32 −13
src/tutorial/Makefile modified +8 −6
src/tutorial/syscat.source modified +12 −12