home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume20
/
opcom
/
README
< prev
next >
Wrap
Text File
|
1989-10-22
|
2KB
|
50 lines
Opcom is a program, that enables users, belonging to a special group to
execute a limited set of commands with another userid or groupid.
This makes it possible to perform daily system administration tasks without
having the full privileges of root.
Carel Braam
uucp: rccarel@eutrc3.UUCP | Computing Centre
bitnet: rccarel@heithe5.BITNET | Eindhoven University of Technology
phone: 040-472158 | Den Dolech 2, P.O. Box 513
home: 040-810381 | 5600 MB Eindhoven, The Netherlands
INSTALLATION NOTES
==================
Before you start off adapt the file config to your local needs.
All system dependent variables are set between the comment
# *** System dependent variables ***
and the comment
# *** End system dependent variables ***
Currently the following variables can be set:
OPCOMDIR The directory for the files COMMANDS and PROFILE.
COMMANDS The file containing the commands, that are allowed.
PROFILE The file containing the profile to be executed.
As well the manual page opcom.8 as sysdep.h are dependent on config.
To make opcom use the makefile bsd.make, if you have a bsd system, or
sysv.make, if you have system V.
You can create the manual page by entering make man.
Then as super user type make install to install opcom and make installman
to install the manual page.
See the makefile for the definition of the local bin directory and the local
manual directory.
#++
# CREATION DATE
# Thu Jan 5 11:25:04 MET 1989
# LAST MODIFICATION
# Tue Jan 17 13:15:36 MET 1989
# VERSION/RELEASE
# 1.3
#--