home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / game_reg / README < prev   
Encoding:
Text File  |  1986-11-30  |  1.9 KB  |  42 lines

  1.  
  2.         G R  -  A   G A M E   R E G U L A T O R
  3.  
  4.                  Revision 1.16
  5.  
  6.  
  7.     GR is used to regulate game playing.  It checks various system
  8. facts such as the number of logged in users, and the system load average
  9. against a central control file to determine whether it is okay to play
  10. a requested game.  It also lets you select a priority (see setpriority(2))
  11. at which the game will run.  See the (enclosed) manual for more details.
  12.     
  13.     GR was formerly called "gsh" from which the base code was written
  14. at Reed College by a person who wishes to remain anonymous.  I "adopted"
  15. it and have extensively modified the code.  
  16.  
  17.     We are currently running GR on 4 of our VAX 750's running 4.2BSD.
  18. I suspect that the code should run without problems under 4.3BSD.  As for
  19. System V, I'm sure some minimal modifications will have to be made, but
  20. as yet, I have not tried porting it.
  21.  
  22.     To install GR, edit gr.h and Makefile to tailor to your system.
  23. The comments supplied therein, should suffice.  Then run "make gr" to
  24. compile GR.  You should have no errors.  Now edit the "gr.control" file
  25. to set your local system parameters.  Next run "make create" to 
  26. create the appropriate directory and support files.  Run "make dolink"
  27. if you wish to have most of the standard 4.2 games put under the regulator;
  28. otherwise, you can link them by hand.
  29.  
  30.     I'd appreciate any bugs/comments you wish to pass along.
  31.  
  32.                     Mike Cooper
  33.  
  34.  
  35. +-----------------------------------------------------------------------------+
  36. | Michael Cooper            UUCP: ...!{uscvax, sdcrdcf, scgvaxd,      |
  37. | University Computing Services           engvax, smeagol}!usc-oberon!mcooper |
  38. | University of Southern Cal.     BITNET: mcooper@uscvaxq, mcooper@jaxom      |
  39. | Los Angeles, Ca.   90089-0251     ARPA: mcooper@usc-oberon.arpa,          |
  40. | (213) 743-3462                mcooper@usc-eclc.arpa            |
  41. +-----------------------------------------------------------------------------+
  42.