[comp.os.minix] 1.5.0 svclog shell script

cwr@pnet01.cts.com (Will Rose) (01/14/90)

 
 
The shell script for svclog was missed from the recent 1.5.0 postings -
here it is from Peter Housel's original post.
 
I wish Minix had a place in its directory structure for shell scripts - they
always get missed in postings, and cause a disproportionate amount of trouble.
 
On the subject of disproportionate trouble, could anyone send me the help.dat
file for elle?  I'v never found it, or seen it posted anywhere.
 
#
# svclog - print out the revision history of a file
#
svc=`basename $1 ,S`,S
if test \( ! -r $svc \) -a -d "SVC" ; then svc=SVC/$svc ; fi
grep '^#\*\*\*SVC' $svc
 
Good luck - Will
_____________________________________________________________________________
                                        |
Remember what they said in the 1300's!  |  Will Rose - cwr@pnet01.cts.com   
     (Accidie poisons the soul-stream)  |
          Stevie Smith                  |

UUCP: {nosc ucsd hplabs!hp-sdd}!crash!pnet01!cwr
ARPA: crash!pnet01!cwr@nosc.mil
INET: cwr@pnet01.cts.com