summaryrefslogtreecommitdiff
path: root/www/apache20/files/patch-ak
blob: 6a053da102b7907d7f6c3f7ad41c770269e8441c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** src/support/apachectl.orig	Sun Oct 26 02:35:19 1997
--- src/support/apachectl	Fri Nov 21 22:58:08 1997
***************
*** 21,30 ****
  # --------------------                              --------------------
  # 
  # the path to your PID file
! PIDFILE=/usr/local/apache/logs/httpd.pid
  #
  # the path to your httpd binary
! HTTPD=/usr/local/apache/src/httpd
  #
  # a command that outputs a formatted text version of the HTML at the
  # url given on the command line.  Designed for lynx, however other
--- 21,30 ----
  # --------------------                              --------------------
  # 
  # the path to your PID file
! PIDFILE=/var/run/httpd.pid
  #
  # the path to your httpd binary
! HTTPD=/usr/local/sbin/httpd
  #
  # a command that outputs a formatted text version of the HTML at the
  # url given on the command line.  Designed for lynx, however other
***************
*** 37,42 ****
--- 37,44 ----
  #
  # --------------------                              --------------------
  # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
+ 
+ eval `limits -e -C daemon` >/dev/null 2>&1
  
  ERROR=0
  ARGV="$@"