diff options
author | Guido van Rossum <guido@python.org> | 1998-09-10 18:22:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-09-10 18:22:18 (GMT) |
commit | 106a470da265e8901e1d4c4b56e1020f58d1c0a8 (patch) | |
tree | 6a395ec7680c045c243cd97ea18f357329bdffe7 /Misc/setuid-prog.c | |
parent | 1deebabc77ac4cb5a002d92c5d5ede764cf289ed (diff) | |
download | cpython-106a470da265e8901e1d4c4b56e1020f58d1c0a8.zip cpython-106a470da265e8901e1d4c4b56e1020f58d1c0a8.tar.gz cpython-106a470da265e8901e1d4c4b56e1020f58d1c0a8.tar.bz2 |
Fixed the words in the comment and error message about defining FULL_PATH.
(It's not SCRIPTPATH!)
Diffstat (limited to 'Misc/setuid-prog.c')
-rw-r--r-- | Misc/setuid-prog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/setuid-prog.c b/Misc/setuid-prog.c index ddc2f64..2c13430 100644 --- a/Misc/setuid-prog.c +++ b/Misc/setuid-prog.c @@ -55,10 +55,10 @@ /* CONFIGURATION SECTION */ #ifndef FULL_PATH /* so that this can be specified from the Makefile */ -/* Uncomment out the following line: +/* Ccomment out the following line: #define FULL_PATH "/full/path/of/script" * Then comment out the #error line. */ -#error "Must define SCRIPTPATH in the Makefile" +#error "You must define FULL_PATH somewhere" #endif #ifndef UMASK #define UMASK 077 |