[2930] in Release_Engineering
No subject found in mail header
daemon@ATHENA.MIT.EDU (kim@Athena.MIT.EDU)
Thu Sep 10 14:56:10 1992
From: kim@Athena.MIT.EDU
To: op@Athena.MIT.EDU
Cc: wdc@Athena.MIT.EDU, rel-eng@Athena.MIT.EDU
Date: Thu, 10 Sep 92 14:55:45 EDT
For each platform (vax, pmax, rt, and rsaix) I've
created /afs/.athena.mit.edu/system/@sys/patch.74,
and released "system".
(Note: /srvd/patch on an rs6000 points to the athena
cell, not to the syspacks cell.)
Then, per wdc's directions, I created patch.74/eos and patch.74/grade,
with permisssions 555. Since wdc didn't care about owner I made it root.
eos and grade are the same exact file, so I've sym linked them.
Here's more info,
box> pwd
/afs/.athena.mit.edu/system
box> ls -ld */patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:16 pmax_ul4/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:25 rs_aix31/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:19 rt_aos4/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:00 vax_43/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:00 vax_bsd43/patch.74
box> ls -l */patch.74
pmax_ul4/patch.74:
total 2
-r-xr-xr-x 1 root 193 Sep 10 14:16 eos
lrwxr-xr-x 1 root 3 Sep 10 14:16 grade -> eos
rs_aix31/patch.74:
total 2
-r-xr-xr-x 1 root 193 Sep 10 14:00 eos
lrwxr-xr-x 1 root 3 Sep 10 14:25 grade -> eos
rt_aos4/patch.74:
total 2
-r-xr-xr-x 1 root 193 Sep 10 14:19 eos
lrwxr-xr-x 1 root 3 Sep 10 14:19 grade -> eos
vax_43/patch.74:
total 2
-r-xr-xr-x 1 root 193 Sep 10 14:00 eos
lrwxr-xr-x 1 root 3 Sep 10 14:00 grade -> eos
vax_bsd43/patch.74:
total 2
-r-xr-xr-x 1 root 193 Sep 10 14:00 eos
lrwxr-xr-x 1 root 3 Sep 10 14:00 grade -> eos
box> ls -ld /afs/athena.mit.edu/system/*/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:16 /afs/athena.mit.edu/system/pmax_ul4/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:25 /afs/athena.mit.edu/system/rs_aix31/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:29 /afs/athena.mit.edu/system/rt_aos4/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:00 /afs/athena.mit.edu/system/vax_43/patch.74
drwxr-xr-x 2 root 2048 Sep 10 14:00 /afs/athena.mit.edu/system/vax_bsd43/patch.74
------- Forwarded Message
Received: from ATHENA.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA05358; Wed, 9 Sep 92 17:11:59 EDT
Received: from OGLALA.MIT.EDU by Athena.MIT.EDU with SMTP
id AA11083; Wed, 9 Sep 92 17:11:55 EDT
Received: by oglala (5.57/4.7) id AA10749; Wed, 9 Sep 92 17:11:52 -0400
Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.oglala.pmax.ul4
via MS.5.6.oglala.pmax_ul4;
Wed, 9 Sep 1992 17:11:51 -0400 (EDT)
Message-Id: <AefaWLMGf047MdwkNA@athena.mit.edu>
Date: Wed, 9 Sep 1992 17:11:51 -0400 (EDT)
From: Bill Cattey <wdc@Athena.MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
To: rel-eng@Athena.MIT.EDU
Subject: Script to be installed in /srvd/patch
Cc: kim@Athena.MIT.EDU
It's not clear who was supposed to do this.
I would have had it sooner, but all my time was sucked up sorting out
the different andrew trees...
The following script MUST be installed in /srvd/patch as BOTH eos and
grade. AS SOON AS POSSIBLE!
(We promised faculty that this would be in place by the first day of
classes which for many of you reading this is TODAY!)
- -wdc
- ----8<----cut here ----8<----
#! /bin/sh -
#
# This script is used to run neos programs eos and grade
# after first attaching the andrew locker.
#
/bin/athena/attach -q andrew
exec /usr/andrew/bin/`/usr/bin/basename $0` $*
------- End of Forwarded Message