summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-03-12 21:24:29 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-03-12 21:24:29 +0000
commitc8719018d4b418a8d1dda6592c58de10634c83f3 (patch)
tree241f51b8879611360a9d2ac1d8399d5a6e4b0eae /README
parentcff3ce97f04c3c90306d907fdcc281f0a6ef11cf (diff)
downloadsudo-c8719018d4b418a8d1dda6592c58de10634c83f3.tar.gz
updated
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index 58f45a798..8d396ce07 100644
--- 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