home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume20 / opcom / README < prev    next >
Text File  |  1989-10-22  |  2KB  |  50 lines

  1. Opcom is a program, that enables users, belonging to a special group to
  2. execute a limited set of commands with another userid or groupid.
  3. This makes it possible to perform daily system administration tasks without
  4. having the full privileges of root.
  5.  
  6.  
  7. Carel Braam
  8.  
  9. uucp:    rccarel@eutrc3.UUCP    | Computing Centre
  10. bitnet: rccarel@heithe5.BITNET    | Eindhoven University of Technology
  11. phone: 040-472158        | Den Dolech 2, P.O. Box 513
  12. home:  040-810381        | 5600 MB Eindhoven, The Netherlands
  13.  
  14.  
  15.                 INSTALLATION NOTES
  16.                 ==================
  17.  
  18. Before you start off adapt the file config to your local needs.
  19. All system dependent variables are set between the comment
  20.  
  21. #    *** System dependent variables ***
  22.  
  23. and  the comment
  24.  
  25. #    *** End system dependent variables ***
  26.  
  27. Currently the following variables can be set:
  28.  
  29. OPCOMDIR    The directory for the files COMMANDS and PROFILE.
  30. COMMANDS    The file containing the commands, that are allowed.
  31. PROFILE        The file containing the profile to be executed.
  32.  
  33. As well the manual page opcom.8 as sysdep.h are dependent on config.
  34. To make opcom use the makefile bsd.make, if you have a bsd system, or
  35. sysv.make, if you have system V.
  36. You can create the manual page by entering make man.
  37. Then as super user type make install to install opcom and make installman
  38. to install the manual page.
  39. See the makefile for the definition of the local bin directory and the local
  40. manual directory.
  41.  
  42. #++
  43. # CREATION DATE
  44. #    Thu Jan  5 11:25:04 MET 1989
  45. # LAST MODIFICATION
  46. #    Tue Jan 17 13:15:36 MET 1989
  47. # VERSION/RELEASE
  48. #    1.3
  49. #--
  50.