46Chapter 6
The upgrade directory contains the scripts necessary for upgrading
The admin directory contains an
If you are going to rework the standard installation for your server, you will need to expand (“untar”) the two source files somewhere on your system, build them per the instructions in the tar file, and install them (per the instructions). You will need a C compiler to do this.
You first need to copy the CD contents to somewhere on your system. The following is a sample UNIX command:
mkdir /cdcopy; cd /cdrom; tar cvf - . (cd /cdcopy; tar xpvf - )
On most UNIX systems, this will copy the CD to the /cdcopy directory. Assuming you have a uname command, run it to determine the name of your system. Modify the install shell script (in /cdcopy) by adding an entry to the switch statement for your platform. Make a directory (off /cdcopy) for your server OS. Copy the TCL and TK binaries into that directory.
Now, go into the scripts directory (/cdcopy/scripts) and modify common.tcl (add a variable for your platform at the beginning variable block, add an entry to the switch for your platform), and fix the read_tftp_dir procedure.
If you are operating in a windowing environment and your window manager forces the installed windows to appear behind the background window, modify gui.tcl, and do the same operations as if $unixware != 0.
If your tar program performs in a