~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to monit/idinstall.com

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$ ! @(#)idinstall.com   19.1 (ESO-IPG) 02/25/03 13:58:40
 
2
$ !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
$ !
 
4
$ ! file IDINSTALL.COM to install the module IDISERV.EXE as an
 
5
$ ! image. This task should be executed by an account with the system
 
6
$ ! privilege CMKRNL. Ask your system manager for help!.
 
7
$ ! K. Banse    910218
 
8
$ ! M. Peron    931124
 
9
$ ! ESO - Garching
 
10
$ ! J-P De Cuyper 960724
 
11
$ !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
12
$ !
 
13
$ ! MIDVERS and MIDASHOME have to be modified according
 
14
$ ! to current MIDAS release...
 
15
$ !
 
16
$ MIDVERS :== 95NOV
 
17
$ MIDASHOME :== MIDAS
 
18
$ !
 
19
$ ASSIGN MID_DISK:['MIDASHOME'.'MIDVERS'.SYSTEM.EXEC]        SYS_EXE
 
20
$ INSTALL
 
21
DELETE SYS_EXE:IDISERV.EXE
 
22
ADD/SHARE/HEADER_RESIDENT    SYS_EXE:IDISERV.EXE/PRIV=(SYSNAM,PRMMBX)
 
23
list   SYS_EXE:IDISERV.EXE
 
24
EXIT
 
25
$ EXIT