diff options
author | Erik Abele <erikabele@apache.org> | 2008-02-13 13:46:50 +0100 |
---|---|---|
committer | Erik Abele <erikabele@apache.org> | 2008-02-13 13:46:50 +0100 |
commit | 796353f6313591407c07088047282de9ba87a6eb (patch) | |
tree | 1ef5d27e6e558a72444f6b02d5d849cf747f8640 /build/installwinconf.awk | |
parent | * As per niq's comment, better destinct the types of idempotence. (diff) | |
download | apache2-796353f6313591407c07088047282de9ba87a6eb.tar.xz apache2-796353f6313591407c07088047282de9ba87a6eb.zip |
A more complete solution for PR 41823, see also r619746 and r619747.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/installwinconf.awk')
-rw-r--r-- | build/installwinconf.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk index b33da6f208..1b62db0996 100644 --- a/build/installwinconf.awk +++ b/build/installwinconf.awk @@ -85,7 +85,7 @@ BEGIN { print "#" > dstfl; print "# NOTE: Where filenames are specified, you must use forward slashes" > dstfl; print "# instead of backslashes (e.g., \"c:/apache\" instead of \"c:\\apache\")." > dstfl; - print "# If a drive letter is omitted, the drive on which Apache.exe is located" > dstfl; + print "# If a drive letter is omitted, the drive on which httpd.exe is located" > dstfl; print "# will be used by default. It is recommended that you always supply" > dstfl; print "# an explicit drive letter in absolute paths to avoid confusion." > dstfl; bswarning = 0; |