~4Dgifts/toolbox/src/exampleCode/irix/uucpVadmin README This directory contains all the source code and files required by the UUCP vadmin (visual administration) tool. This tool allows the user to set up the UUCP files using a Graphical User Interface and make sure communication to a modem is good. This is my first real programming project using C++ and was quite an education. You may find the style of code different in various source files. This is because I learned things and didn't want to go back and change what I'd done before. Any suggestions or "constructive" criticisms are welcome. Please feel free to contact me by e-mail at carlson@sgi.com. Thanks and I hope this is useful to you. Requirements: ------------- This tool requires the ViewKit development option and ToolTalk execution only environment to be installed. Of course it also requires UUCP to be installed. Building the UUCP vadmin tool: ------------------------------ In this directory, create the make.deps file (a file which tells make what header files are used by what objects): % make make.deps When this is complete, run make: % make -k Installing the UUCP vadmin tool: -------------------------------- Logged in as root, run the script INSTALL: % su # ./INSTALL NOTE: once installed, it is not necessary to log out/kill the Xsgi server and log back in again--the installation sequence automatically updates the toolchest to now include the "System->UUCP Manager" menu item. Removing the UUCP vadmin tool: ------------------------------ Logged in as root, run the script INSTALL with the parameter 'remove': % su # ./INSTALL remove Running the UUCP vadmin tool: ----------------------------- If running in a windowing system using the Silicon Graphics toolchest, you can select the tool through the "System/UUCP Manager" menu option. If you are not running as root, it will prompt you for the root password before continuing. If the package was not installed properly, the program will not run.
Source
Documentation
Data
Reference