summaryrefslogtreecommitdiff
path: root/www/apache22/files/apache.sh
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-18 23:02:05 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-18 23:02:05 +0000
commitea103f8b132b726b150911f85de9ea0c2050e8a3 (patch)
tree88e1d86a855be5a407f3ecee139d0373e9a0fc37 /www/apache22/files/apache.sh
parentDo not install hat-replated manpages. (diff)
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer
Diffstat (limited to 'www/apache22/files/apache.sh')
-rw-r--r--www/apache22/files/apache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/files/apache.sh b/www/apache22/files/apache.sh
index 82405c6e8e2c..ab1a71895d0c 100644
--- a/www/apache22/files/apache.sh
+++ b/www/apache22/files/apache.sh
@@ -7,7 +7,7 @@ start)
[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2'
;;
stop)
- [ -r @@DESTDIR@@/var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2'
+ [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2