INTM(1) Domain/OS BSD INTM(1)
NAME
intm - install a type manager
SYNOPSIS
intm [options] type_name [mgr_pathname]
DESCRIPTION
intm installs a type manager for the type_name. The manager is copied
into the type manager directory from mgr_pathname. If mgr_pathname is
omitted, the file named type_name in the current directory is used. The
intm command does not accept wildcards.
type_name (required)
Specify the type for which the manager is to be installed.
mgr_pathname (optional)
Specify the pathname of the manager object file to install
for this type.
Default if omitted: object file is named type_name
OPTIONS
-n node_spec Specify the node on which the type manager is to be
installed. If this option is omitted, the type manager is
installed on the current node.
-l List the results of the operation.
-r Replace an existing type manager if it exists.
EXAMPLES
$ intm example_type /mydir/my_example_mgr.bin
$ intm example_type /mydir/old_example_mgr.bin -n //remote_vol -l
"/mydir/old_example_mgr.bin" installed as the manager for
type example_type on volume //remote_vol.
SEE ALSO
inty(1)