10.0;inty (install_type), revision 1.0, 88/01/21
inty (install_type) - install a new type.
usage: inty type_name source_volume [-n node_spec] [-l] [-r] {cl}
DESCRIPTION
inty installs a type from one node to another. It installs both the type
name and type manager on the target node (given by the -n option).
type_name (required)
Specify the name of the type to be installed.
source_volume (required)
Specify the pathname of the source volume from which to
copy the type name and type manager.
OPTIONS
-n node_spec Specify the node on which the type is to be installed.
You may also specify the entry directory of a volume
mounted for software installation, as shown in the example
below. If this option is omitted, the type is installed on
the current node.
-l List the results of the installation.
-r Replace any existing type name/manager pair.
EXAMPLES
$ inty example_type //test_vol
Type "example_type" installed.
$ inty example_type //my_vol -n //test_vol -l
Type "example_type" installed on volume //test_vol.
SEE ALSO
More information is available. Type
help intm For information on installing type managers
help node_spec For details about node specification syntax