Diff for /embedaddon/sudo/README between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:23:01 version 1.1.1.2, 2012/05/29 12:26:48
Line 11  version.  The latest sudo may always be gotten via ano Line 11  version.  The latest sudo may always be gotten via ano
 ftp.sudo.ws in the directory /pub/sudo/ or from the sudo web site,  ftp.sudo.ws in the directory /pub/sudo/ or from the sudo web site,
 http://www.sudo.ws/  http://www.sudo.ws/
   
The distribution is sudo-M.m.tar.gz where `M' is the majorThe distribution is sudo-M.m.tar.gz where `M' is the major version
version number and `m' is the minor version number.number and `m' is the minor version number.  BETA versions of sudo may
BETA versions of sudo may also be available.  If you joinalso be available.  If you join the `sudo-workers' mailing list you
the `sudo-workers' mailing list you will get the BETA announcementswill get the BETA announcements (see the `Mailing lists' section below).
(see the `Mailing lists' section below). 
   
 What's new  What's new
 ==========  ==========
Line 28  If you are upgrading from an earlier version of Sudo,  Line 27  If you are upgrading from an earlier version of Sudo, 
 the UPGRADE file in the doc directory.  the UPGRADE file in the doc directory.
   
 For a history of sudo please see the HISTORY file in the doc directory.  For a history of sudo please see the HISTORY file in the doc directory.
   You can find a list of contributors to sudo in the doc/CONTRIBUTORS file.
   
 System requirements  System requirements
 ===================  ===================
To build sudo from the source distribution you need a nominallyTo build sudo from the source distribution you need a POSIX-compliant
POSIX-compliant operating system (any modern version of BSD, Linuxoperating system (any modern version of BSD, Linux or Unix should
or UNIX should work), a working ANSI/ISO C compiler (C89 or higher),work), an ANSI/ISO C compiler that supports variadic marcos (a C99
and the ar, make and ranlib utilitiesfeature) and the ar, make and ranlib utilities.
   
 If you wish to modify the parser then you will need flex version  If you wish to modify the parser then you will need flex version
 2.5.2 or later and either bison or byacc (sudo comes with a pre-flex'd  2.5.2 or later and either bison or byacc (sudo comes with a pre-flex'd
 tokenizer and pre-yacc'd grammar parser).  You'll also have to  tokenizer and pre-yacc'd grammar parser).  You'll also have to
 uncomment a few lines from the Makefile or run configure with the  uncomment a few lines from the Makefile or run configure with the
--with-devel option.  You can get flex via anonymous ftp from--with-devel option.  You can get flex from http://flex.sourceforge.net/.
ftp://ftp.ee.lbl.gov/pub/flex* as well as any GNU mirror.  You canYou can get GNU bison from ftp://ftp.gnu.org/pub/gnu/bison/ or any
get GNU bison from ftp://ftp.gnu.org/pub/gnu/bison/ or any GNUGNU mirror.
mirror. 
   
 Building the release  Building the release
 ====================  ====================

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>