summaryrefslogtreecommitdiff
path: root/www/apache22/files/apache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/files/apache.sh')
-rw-r--r--www/apache22/files/apache.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/files/apache.sh b/www/apache22/files/apache.sh
index ecc4de893edf..f305bf576143 100644
--- a/www/apache22/files/apache.sh
+++ b/www/apache22/files/apache.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache.sh,v 1.7 2004-12-11 18:06:04 clement Exp $
+# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache.sh,v 1.8 2005-01-11 13:45:05 clement Exp $
#
# PROVIDE: apache21
@@ -49,7 +49,7 @@ checkyesno apache21ssl_enable && \
apache21_checkconfig()
{
echo "Performing sanity check on apache21 configuration:"
- ${command} -t
+ ${command} ${apache21_flags} -t
}
apache21_precmd()