Replaced references to /usr/tmp with references to /tmp.

This commit is contained in:
dtrg
2005-06-24 22:08:47 +00:00
parent 70ef6fe52e
commit 9bc8c07deb
8 changed files with 14 additions and 21 deletions

View File

@@ -1,9 +1,9 @@
The following modifications to the file-system are required when
installing ACK under UniSoft Unix:
1) Create a writable directory /usr/tmp (if not present already)
mkdir /usr/tmp
chmod 777 /usr/tmp
1) Create a writable directory /tmp (if not present already)
mkdir /tmp
chmod 777 /tmp
2) Install the file "assert.h" in /usr/include (this file is not
included in the Unisoft distribution, although it is standard V7 Unix).
The file can be copied from the ACK-tree: