Fix typo in license headers
[oweals/cde.git] / cde / programs / types / dt.softinit.src
1 XCOMM $XConsortium: dt.softinit.src /main/3 1996/04/23 17:35:08 drk $
2 XCOMM 
3 XCOMM 
4 XCOMM     (c) Copyright 1993 Hewlett-Packard Company
5 XCOMM     (c) Copyright 1993 International Business Machines Corp.
6 XCOMM     (c) Copyright 1993 Sun Microsystems, Inc.
7 XCOMM 
8 XCOMM 
9 XCOMM ####################################################################
10 XCOMM ##                                                               ###
11 XCOMM ## Invocation Specifications for the DT Applications             ###
12 XCOMM ##                                                               ###
13 XCOMM ####################################################################
14 XCOMM 
15 XCOMM 
16 XCOMM  Tool        Type  Scope  Filetypes  ExecHost  Invocation
17
18 XCOMM  The following tools are visible to users.
19 XCOMM 
20 FILEMGR      TOOL     NET    *    %Local%    CDE_INSTALLATION_TOP/bin/dtfile -noview
21 HELPMGR      TOOL     NET    *    %Local%    dthelp -unmapped
22 STYLEMGR     COMMAND  NET    *    %Local%    CDE_INSTALLATION_TOP/bin/dtstyle
23 ANNOTATOR    TOOL     NET    *    %Local%    CDE_INSTALLATION_TOP/bin/dtannotator
24 DTPAD       TOOL     NET    *    %Local%     CDE_INSTALLATION_TOP/bin/dtpad -server
25
26 XCOMM  The following tools are special cases that should never be auto-started
27 XCOMM  due to a request message.  If they were not started during the normal
28 XCOMM  DT start-up, requests for them should be ignored instead of causing
29 XCOMM  them to be started.  This is because starting them in the middle of
30 XCOMM  a session can cause havoc.
31 XCOMM 
32 XCOMM  To keep them from being auto-started, a "fake" exec-string of /bin/true
33 XCOMM  is used.  One side-effect of this is that if these tools aren't running,
34 XCOMM  requests messages to them will be held forever in the Execution Manger.
35 XCOMM  This is a memory leak, though it is expected to be quite small.
36 XCOMM 
37 XCOMM  The alternative solution of not listing these tools at all cannot be
38 XCOMM  used because the Softbench Tool Manager will produce warning dialog
39 XCOMM  boxes for unknown tools.
40 XCOMM 
41 SESSIONMGR    TOOL  NET    *          %Local%    /bin/true
42 WORKSPACEMGR  TOOL  NET    *          %Local%    /bin/true
43
44
45
46
47