diff options
author | erich <erich@FreeBSD.org> | 1995-09-22 13:52:51 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-09-22 13:52:51 +0000 |
commit | 7f459e01f7de1e7214ccd6af2b2b93a289d77fca (patch) | |
tree | 92fc09c4ca17d87c7b9744296e41cfe08f5b2006 /security/sudo/pkg-descr | |
parent | 3e05f427952f23129cf97b459c921d6acf02cd72 (diff) | |
download | FreeBSD-ports-7f459e01f7de1e7214ccd6af2b2b93a289d77fca.zip FreeBSD-ports-7f459e01f7de1e7214ccd6af2b2b93a289d77fca.tar.gz |
added sudo to ports/sysutils
Reviewed by: satoshi
Diffstat (limited to 'security/sudo/pkg-descr')
-rw-r--r-- | security/sudo/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/sudo/pkg-descr b/security/sudo/pkg-descr new file mode 100644 index 0000000..323a0d3 --- /dev/null +++ b/security/sudo/pkg-descr @@ -0,0 +1,23 @@ +This is the CU version of sudo, release 1.3.1. + +Sudo is a program designed to allow a sysadmin to give limited root privileges +to users and log root activity. The basic philosophy is to give as few +privileges as possible but still allow people to get their work done. + +CU sudo 1.3.1 is mostly a cleanup of the sudo 1.3 code including bug fixes, +code reworkings, portability changes with a few extra features. See the +CHANGES file for the full scoop. + +Also note that sudo options are now configured in sudo.h instead of the Makefile +(although you can override the sudo.h values from the Makefile if you so +desire). For more info see the INSTALL file. If you need to make changes, +please send them to sudo-bugs@cs.colorado.edu + +MAILING LISTS: + +Please send bugs, problems, comments, etc to sudo-bugs@cs.colorado.edu +There is a mailing list that receives announcements whenever a new +version of sudo is released. You can subscribe to it by sending a +message to "majordomo@cs.colorado.edu" that includes the line +"subscribe sudo-announce". There is also a list for people working +on sudo. The command to add yourself is "subscribe sudo-workers". |