aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13-modssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-05-14 13:30:53 +0800
committerdinoex <dinoex@FreeBSD.org>2004-05-14 13:30:53 +0800
commit8a7caf595c2ccb4222ceeec81c170fc3c2541f9f (patch)
tree0841745ba9c5e04bd46b8a9bdd5740708d776509 /www/apache13-modssl
parent08b1847488788d59da36133dd6880a68b6fa70c2 (diff)
downloadfreebsd-ports-gnome-8a7caf595c2ccb4222ceeec81c170fc3c2541f9f.tar.gz
freebsd-ports-gnome-8a7caf595c2ccb4222ceeec81c170fc3c2541f9f.tar.zst
freebsd-ports-gnome-8a7caf595c2ccb4222ceeec81c170fc3c2541f9f.zip
- add compatibility to apachectl in rcng.sh
Submitted by: nork
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r--www/apache13-modssl/files/rcng.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/apache13-modssl/files/rcng.sh b/www/apache13-modssl/files/rcng.sh
index 456e84537088..34220690ef36 100644
--- a/www/apache13-modssl/files/rcng.sh
+++ b/www/apache13-modssl/files/rcng.sh
@@ -26,5 +26,6 @@ command="%%PREFIX%%/sbin/httpd"
load_rc_config $name
pidfile="${apache_pidfile}"
+start_precmd="`/usr/bin/limits -e -U www`"
run_rc_command "$1"