2 small fixes, based on recent commits from danh@

This commit is contained in:
brad 2001-08-13 17:16:00 +00:00
parent 9a6663b793
commit 8a598cf4c2
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: mod_gzip-enable,v 1.1 2001/08/13 03:27:09 brad Exp $
# $OpenBSD: mod_gzip-enable,v 1.2 2001/08/13 17:16:00 brad Exp $
MODULE=!!PREFIX!!/lib/mod_gzip.so
@ -10,7 +10,7 @@ if [ `id -u` -ne 0 ]; then
fi
if [ ! -f ${MODULE} ]; then
echo "Can not find mod_gzip module (${MODULE})"
echo "Cannot find mod_gzip module (${MODULE})"
exit 1
else
echo "Enabling GZip module..."

View File

@ -9,5 +9,5 @@
|
| If you already have Apache running on your machine,
| you should not use "apachectl restart" - instead,
| you fully stop and then restart the server.
| you should fully stop and then restart the server.
+---------------

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: mod_perl-enable,v 1.3 2001/02/12 17:18:55 brad Exp $
# $OpenBSD: mod_perl-enable,v 1.4 2001/08/13 17:16:00 brad Exp $
MODULE=!!PREFIX!!/lib/mod_perl.so
@ -10,7 +10,7 @@ if [ `id -u` -ne 0 ]; then
fi
if [ ! -f ${MODULE} ]; then
echo "Can not find mod_perl module (${MODULE})"
echo "Cannot find mod_perl module (${MODULE})"
exit 1
else
echo "Enabling Perl module..."

View File

@ -6,5 +6,5 @@
|
| If you already have Apache running on your machine,
| you should not use "apachectl restart" - instead,
| you fully stop and then restart the server.
| you should fully stop and then restart the server.
+---------------