rse 98/05/28 02:41:26
Modified: . configure
src CHANGES
Log:
Fix typo: priviledges -> privileges
Thanks to Ben for hint.
Revision Changes Path
1.27 +1 -1 apache-1.3/configure
Index: configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/configure,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- configure 1998/05/27 14:57:37 1.26
+++ configure 1998/05/28 09:41:21 1.27
@@ -684,7 +684,7 @@
if [ ".$suexec" = .1 ]; then
if [ ".`id | grep root`" = . ]; then
echo " + Warning: You enabled the suEXEC feature. Be aware that you
need" 1>&2
- echo " + root priviledges for this, at the latest at the
installation step." 1>&2
+ echo " + root privileges for this, at the latest at the installation
step." 1>&2
fi
fi
if [ ".$PERL" = .no-perl-on-this-system ]; then
1.867 +2 -2 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.866
retrieving revision 1.867
diff -u -r1.866 -r1.867
--- CHANGES 1998/05/27 22:55:50 1.866
+++ CHANGES 1998/05/28 09:41:23 1.867
@@ -15,9 +15,9 @@
*) [SECURITY] A possible buffer overflow in the ftp proxy was fixed.
[Martin Kraemer]
- *) Transform the configure message "You need root priviledges for suEXEC"
+ *) Transform the configure message "You need root privileges for suEXEC"
from a fatal error into a (more friendly) warning because the building
- ("make") of Apache we can allow, of course. Root priviledges are needed
+ ("make") of Apache we can allow, of course. Root privileges are needed
only for the installation step ("make install"). So make sure the
user is aware of this fact but let him proceed as long as he can.
[Ralf S. Engelschall] PR#2288