summaryrefslogtreecommitdiff
path: root/www/apache21/files/patch-support:apachectl.in
blob: 2c49f1d188f89bd8f5f25020d2148c7630df74e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- support/apachectl.in.orig	Thu Apr  4 18:15:44 2002
+++ support/apachectl.in	Sun Apr  7 08:49:25 2002
@@ -29,7 +29,7 @@
 PIDFILE=@exp_runtimedir@/@progname@.pid
 #
 # the path to your httpd binary, including options if necessary
-HTTPD='@exp_bindir@/@progname@'
+HTTPD='@exp_sbindir@/@progname@'
 #
 # pick up any necessary environment variables
 if test -f @exp_bindir@/envvars; then
@@ -47,6 +47,7 @@
 #
 # --------------------                              --------------------
 # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
+eval `limits -e -C daemon` >/dev/null 2>&1
 
 ERROR=0
 if [ "x$ARGV" = "x" ] ; then