aboutsummaryrefslogtreecommitdiff
path: root/www/apache22
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2008-09-02 07:34:21 +0000
committerClement Laforet <clement@FreeBSD.org>2008-09-02 07:34:21 +0000
commit4cd7e7d85c4ead883cba7f7ddc7a113e08f143a2 (patch)
tree6f76f727b790fddc028c05438e9272f0f97192cb /www/apache22
parenteaba514de6762d3c8a595d668bddb7b87dbff7f1 (diff)
downloadports-4cd7e7d85c4ead883cba7f7ddc7a113e08f143a2.tar.gz
ports-4cd7e7d85c4ead883cba7f7ddc7a113e08f143a2.zip
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile2
-rw-r--r--www/apache22/files/apache22.sh.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 0b6b2679b317..e3d1025083cb 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -9,7 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
diff --git a/www/apache22/files/apache22.sh.in b/www/apache22/files/apache22.sh.in
index 49c0589d1a15..7dffa3dcd349 100644
--- a/www/apache22/files/apache22.sh.in
+++ b/www/apache22/files/apache22.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache22.sh.in,v 1.6 2008-08-31 23:00:27 clement Exp $
+# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache22.sh.in,v 1.7 2008-09-02 07:34:21 clement Exp $
#
# PROVIDE: apache22
@@ -54,7 +54,7 @@ apache22_accf() {
retcode=0
if checkyesno apache22_http_accept_enable
then
- /sbin/kldstat -v | grep accf_http 2>&1 > /dev/null
+ /sbin/kldstat -v | grep accf_http >/dev/null 2>&1
retcode=${?}
if [ ${retcode} -ne 0 ]
then
@@ -177,7 +177,7 @@ apache22_precmd()
}
apache22_checkfib () {
- sysctl net.fibs 2>&1 > /dev/null
+ sysctl net.fibs >/dev/null 2>&1
ret=$?
[ $ret -gt 0 ] && return 0
if [ "x$apache22_fib" != "xNO" ]