mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 23:35:36 +00:00
updated to reflect version change
This commit is contained in:
15
README
15
README
@@ -1,4 +1,4 @@
|
|||||||
This is the CU version of sudo, release 1.3.5 (BETA)
|
This is the CU version of sudo, release 1.3.6 (BETA)
|
||||||
|
|
||||||
Sudo is a program designed to allow a sysadmin to give limited root privileges
|
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
|
to users and log root activity. The basic philosophy is to give as few
|
||||||
@@ -7,7 +7,7 @@ privileges as possible but still allow people to get their work done.
|
|||||||
Before you try and build sudo, *please* make sure you have the current
|
Before you try and build sudo, *please* make sure you have the current
|
||||||
version. The latest sudo may always be gotten via anonymous ftp
|
version. The latest sudo may always be gotten via anonymous ftp
|
||||||
from ftp.cs.colorado.edu in the directory /pub/sysadmin/utilities/.
|
from ftp.cs.colorado.edu in the directory /pub/sysadmin/utilities/.
|
||||||
The distribution is cu-sudo.v1.3.1plN.tar.Z where N is the patchlevel
|
The distribution is cu-sudo.v1.3.6plN.tar.Z where N is the patchlevel
|
||||||
(for patchlevel 0 there is no plN suffix).
|
(for patchlevel 0 there is no plN suffix).
|
||||||
|
|
||||||
For a history of CU sudo please see the HISTORY file that came with the
|
For a history of CU sudo please see the HISTORY file that came with the
|
||||||
@@ -16,12 +16,11 @@ Group's sudo 1.1, the code has been changed significantly, so please
|
|||||||
do not bother them with bugs in CU sudo. Bug reports for this sudo
|
do not bother them with bugs in CU sudo. Bug reports for this sudo
|
||||||
should be sent to sudo-bugs@cs.colorado.edu.
|
should be sent to sudo-bugs@cs.colorado.edu.
|
||||||
|
|
||||||
CU sudo 1.3.1 is mostly a cleanup of the sudo 1.3 code including bug fixes,
|
CU sudo 1.3.6 represents a huge change from the 1.3.1 code base.
|
||||||
major code reworkings, portability changes with a few extra features. See
|
It includes a completely rewritten parser contributed by Chris Jepeway,
|
||||||
the CHANGES file for the full scoop.
|
a smarter and easier to use visudo, an updated configure script along
|
||||||
Patchlevel 5 includes a completely rewritten parser contributed by
|
with the usual bug fixes and portability changes. See the CHANGES file
|
||||||
Chris Jepeway, an easier to use visudo, and an updated configure script
|
for the full scoop.
|
||||||
along with the usual bug fixes and portability changes.
|
|
||||||
|
|
||||||
Note that sudo now uses a "configure script." You should be able to just
|
Note that sudo now uses a "configure script." You should be able to just
|
||||||
type "./configure" and to generate the Makefiles, config.h and pathnames.h.
|
type "./configure" and to generate the Makefiles, config.h and pathnames.h.
|
||||||
|
Reference in New Issue
Block a user