summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-06-24 23:45:07 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-06-24 23:45:07 +0000
commit71a7fef705e8a99b0118a745f56b7c2caa7ca9e3 (patch)
treee87931f8123d3bbd17bed249b781782aa108a5b8 /INSTALL
parent8f0794a724e6b5d461d1d5e0a1e5cf7fb116494e (diff)
downloadsudo-71a7fef705e8a99b0118a745f56b7c2caa7ca9e3.tar.gz
added C2 blurb
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 46d0619a9..0cb5ab992 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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