added C2 blurb

This commit is contained in:
Todd C. Miller
1994-06-24 23:45:07 +00:00
parent 0e3502816d
commit efb9ac3e8b

View File

@@ -1,6 +1,6 @@
INSTALL NOTES
1) Run the configure script, ie: "./configure". See the SUPPORTED file
0) Run the configure script, ie: "./configure". See the SUPPORTED file
for a list of OS's sudo is known to work on. Configure will generate
config.h, pathnames.h, Makefile and visudoers/Makefile. You shouldn't
need to hand-edit the Makefiles but if you don't like configure's choice
@@ -8,6 +8,11 @@ INSTALL NOTES
use the --prefix flag to configure to install sudo/visudo in a place
other than /usr/local (ie: --prefix=/opt).
NOTE: if you use C2 security you need to use the --with-C2 flag to
configure. Currently this only affect hpux. You can use --with-C2
if you are just expecting to migrate to C2 security later but it makes
password lookups about twice as slow.
1) Read sudo.h to enable/disable the options you may or may not want.
2) Type make. If configure did its job correctly there won't be any