]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 21:24:29 +0000 (21:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 12 Mar 1994 21:24:29 +0000 (21:24 +0000)
README

diff --git a/README b/README
index 58f45a79884be949802f0b136919652ee4b1b805..8d396ce07979ef38bfbc9ce09e6c109f19307b4f 100644 (file)
--- a/README
+++ b/README
@@ -5,13 +5,15 @@ code actually readable by my standards, it won't even diff usefully against
 their source.  Sorry (but if you've seen the previous coding style...)
 The indent.pro in this directory is what was used to format the source.
 
-CU sudo 1.3 is mostly a cleanup of the sudo 1.2 code including bug fixes,
+CU sudo 1.3.1 is mostly a cleanup of the sudo 1.2 code including bug fixes,
 portability changes with a few extra features.  See the CHANGES file for
 the full scoop.
 
-Note that the Makefile has changed significantly.  Type make and choose
-whichever OS type is appropriate.  If there is nothing close, try generic.
-For more info see the INSTALL file.  If you need to make changes, please
-send them to sudo-bugs@cs.colorado.edu
+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.
+Also, 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
 
-Please send bugs to sudo-bugs@cs.colorado.edu
+Please send bugs, problems, comments, etc to sudo-bugs@cs.colorado.edu