INTY(1) Domain/OS BSD INTY(1)
NAME
inty - install a new type
SYNOPSIS
inty [options] type_name source_volume [-n node_spec]
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
crty(1), dlty(1),lty(1), intm(1)