aboutsummaryrefslogtreecommitdiff
path: root/www/apache22/files
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2006-01-23 11:37:04 +0000
committerClement Laforet <clement@FreeBSD.org>2006-01-23 11:37:04 +0000
commita1241eaf2dde84856413a688e446c104767d2c63 (patch)
treecc11b0fed2bc636322688ae354e8325d31e26673 /www/apache22/files
parent61695f692033d499affbee5c69d06b588e4a2161 (diff)
downloadports-a1241eaf2dde84856413a688e446c104767d2c63.tar.gz
ports-a1241eaf2dde84856413a688e446c104767d2c63.zip
Notes
Diffstat (limited to 'www/apache22/files')
-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 1b7b2d258bfe..03f61a1c17fd 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.12 2006-01-15 01:11:11 clement Exp $
+# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache.sh,v 1.13 2006-01-23 11:37:04 clement Exp $
#
# PROVIDE: apache22
@@ -52,7 +52,7 @@ apache22_accf() {
retcode=0
if checkyesno apache22_http_accept_enable
then
- /sbin/kldstat | grep accf_http 2>&1 > /dev/null
+ /sbin/kldstat -v | grep accf_http 2>&1 > /dev/null
retcode=${?}
if [ ${retcode} -ne 0 ]
then