diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 14:25:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-05 14:25:18 +0000 |
commit | 2c2aa04c4519ed77a81cae8d62951c40fdd3bee5 (patch) | |
tree | 5b19df490463cc873f3ce30f11623201d61243f4 /www/apache13-modperl/files/patch-ak | |
parent | - Sync pkg-descr with reality. (diff) |
Add apache13-modperl, an Apache web server with mod_perl statically compiled in.
PR: ports/67051
Submitted by: Rod Taylor <ports@rbt.ca>
Notes
Notes:
svn path=/head/; revision=110888
Diffstat (limited to 'www/apache13-modperl/files/patch-ak')
-rw-r--r-- | www/apache13-modperl/files/patch-ak | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/apache13-modperl/files/patch-ak b/www/apache13-modperl/files/patch-ak new file mode 100644 index 000000000000..9f3163556b4c --- /dev/null +++ b/www/apache13-modperl/files/patch-ak @@ -0,0 +1,19 @@ +--- src/support/apachectl.orig Wed Apr 7 00:36:33 1999 ++++ src/support/apachectl Fri Sep 3 15:41:01 1999 +@@ -39,6 +39,8 @@ + # -------------------- -------------------- + # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| + ++eval `limits -e -U www` >/dev/null 2>&1 ++ + ERROR=0 + ARGV="$@" + if [ "x$ARGV" = "x" ] ; then +@@ -82,6 +84,7 @@ + fi + if kill $PID ; then + echo "$0 $ARG: httpd stopped" ++ rm $PIDFILE + else + echo "$0 $ARG: httpd could not be stopped" + ERROR=4 |