1 &  ******************************************************
 2 &  *                                                    *
 3 &  * Copyright, (C) Honeywell Bull Inc., 1987           *
 4 &  *                                                    *
 5 &  * Copyright (c) 1972 by Massachusetts Institute of   *
 6 &  * Technology and Honeywell Information Systems, Inc. *
 7 &  *                                                    *
 8 &  ******************************************************
 9 
10 &
11 &
12 &  HISTORY COMMENTS:
13 &   1) change(87-08-12,GDixon), approve(88-08-15,MCR7969),
14 &      audit(88-08-03,Lippard), install(88-08-29,MR12.2-1093):
15 &      Change to call print_motd instead of using the print command to print
16 &      the message of the day. (phx15921)
17 &                                                       END HISTORY COMMENTS
18 &
19 &
20 & start_up.ec -- default start_up for >sc1
21 & this exec com just prints the motd to duplicate the old behavior of
22 & process_overseer_.
23 &
24 & It is executed by all users (with standard process overseers) who
25 & lack start_up.ec in their homedir and project dir.
26 &
27 &command_line off
28 &goto &ec_name
29 
30 &label start_up
31 &if [equal &1 login] &then print_motd
32 &quit