From: Todd C. Miller Date: Sun, 6 Feb 1994 00:30:26 +0000 (+0000) Subject: minor update X-Git-Tag: SUDO_1_3_0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4113d0697bec6d89f3b19891daa979ec0cd9c003;p=sudo minor update --- diff --git a/INSTALL b/INSTALL index 75fb7151f..999126820 100644 --- a/INSTALL +++ b/INSTALL @@ -10,9 +10,9 @@ INSTALL NOTES works. You may have to add your own OS entry to the config directory. Take a look at the entries in config/ for an idea of how to do so. The way things work is that Makefile creates Makefile.real by cat'ing - config/os-type (architecture dependent portion) and Makefile.ind + config/os-type (architecture dependent portion) and Makefile.common (architecture independent portion). It should be fairly straight- - forward. + forward. See the file PORTING for hints. 3) Do a make install (as root) to install sudo. If you get an error about setuid(0) failing, something went wrong with the install and