System Administration Commands soldelapp(1M)
NAME
soldelapp - remove an application from the Solstice applica-
tion registry
SYNOPSIS
/usr/snadm/bin/soldelapp [-r registry] -n name
DESCRIPTION
soldelapp removes an application from the Solstice applica-
tion registry. After removal, the application is no longer
displayed in the Solstice Launcher main window (see
solstice(1M)).
OPTIONS
-r registry Define the full path name of the Solstice
registry file.
-n name Define the name of the tool to be removed.
When executed without options, soldelapp uses
/opt/SUNWadm/etc/.solsticeregistry (the default registry
path).
RETURN VALUES
0 on success
1 on failure
2 if the registry is locked
3 if name is not found in the registry
4 if the named registry or default registry is not found
EXAMPLES
Example 1 A sample display of the soldelapp command.
The following removes an application called Disk Manager
from the Solstice application registry and the Solstice
Launcher main window.
SunOS 5.11 Last change: 15 Sep 1995 1
System Administration Commands soldelapp(1M)
# soldelapp -r /opt/SUNWadm/etc/.solsticeregistry -n "Disk Manager"
FILES
/opt/SUNWadm/etc/.solsticeregistry
The default registry file.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWsadml
SEE ALSO
soladdapp(1M), solstice(1M), attributes(5)
NOTES
Globally registered applications are used by local and
remote users sharing the software in a particular /opt
directory. They can be removed only using soldelapp.
SunOS 5.11 Last change: 15 Sep 1995 2
|