]> granicus.if.org Git - apache/commitdiff
This probably falls under the category: if you can't figure it out yourself,
authorJoshua Slive <slive@apache.org>
Thu, 23 Aug 2001 00:15:37 +0000 (00:15 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 23 Aug 2001 00:15:37 +0000 (00:15 +0000)
you shouldn't be doing it.  But we might as well remove obsolete stuff.

PR: 4685

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90527 13f79535-47bb-0310-9956-ffa450edef68

os/unix/unixd.c

index 4ffde23218e16d4b974858a218145491ee923e2f..66e1012e9231bcbee4fabbe1698a573cfa48248e 100644 (file)
@@ -203,9 +203,9 @@ AP_DECLARE(const char *) unixd_set_user(cmd_parms *cmd, void *dummy,
                "\trunning as root.  There are known race conditions that\n"
                "\twill allow any local user to read any file on the system.\n"
                "\tIf you still desire to serve pages as root then\n"
-               "\tadd -DBIG_SECURITY_HOLE to the EXTRA_CFLAGS line in your\n"
-               "\tsrc/Configuration file and rebuild the server.  It is\n"
-               "\tstrongly suggested that you instead modify the User\n"
+               "\tadd -DBIG_SECURITY_HOLE to the CFLAGS env variable\n"
+               "\tand then rebuild the server.\n"
+               "\tIt is strongly suggested that you instead modify the User\n"
                "\tdirective in your httpd.conf file to list a non-root\n"
                "\tuser.\n";
     }