summaryrefslogtreecommitdiff
path: root/www/w3c-httpd/patches/patch-ba
blob: d30a7bcb7b62095bc0af62dc11bc26528a2d10b0 (plain)
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
37
38
39
40
41
42
43
44
$NetBSD: patch-ba,v 1.2 1999/05/09 21:12:33 tron Exp $

*** Daemon/Implementation/CommonMakefile.orig	Mon Dec 30 17:25:30 1996
--- Daemon/Implementation/CommonMakefile	Mon Dec 30 17:27:26 1996
***************
*** 35,41 ****
  #  If this env var is set to something else Some makes will use that instead
  SHELL = /bin/sh
  #  Rule file to be used by target daemon
! RULE_FILE = "/etc/httpd.conf"
  
  CMN = $(WWW)/Library/Implementation
  INC = $(WWW)/Library/Implementation
--- 35,41 ----
  #  If this env var is set to something else Some makes will use that instead
  SHELL = /bin/sh
  #  Rule file to be used by target daemon
! RULE_FILE = "/usr/local/etc/httpd.conf"
  
  CMN = $(WWW)/Library/Implementation
  INC = $(WWW)/Library/Implementation
***************
*** 157,166 ****
  
  #		Hypertext File server
  
! PURIFY_CACHE = /home2/frystyk/purify-cache
  
  PURIFY = purify \
! 	-logfile=$(HOME)/purify.log
  	-cache-dir=$(PURIFY_CACHE)
  
  #
--- 157,166 ----
  
  #		Hypertext File server
  
! PURIFY_CACHE = /tmp/purify-cache
  
  PURIFY = purify \
! 	-logfile=$(HOME)/purify.log \
  	-cache-dir=$(PURIFY_CACHE)
  
  #