53133d4b10
- The port now runs as uid/gid of nobody:nobody instead of www:www - This needs some testing, especially the transparent proxy support for PF
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-errors_Makefile_in,v 1.1 2002/02/20 01:17:03 brad Exp $
|
|
--- errors/Makefile.in.orig Thu Feb 7 12:04:12 2002
|
|
+++ errors/Makefile.in Thu Feb 7 12:06:12 2002
|
|
@@ -122,7 +122,7 @@ am__quote = @am__quote@
|
|
install_sh = @install_sh@
|
|
makesnmplib = @makesnmplib@
|
|
|
|
-errordir = $(datadir)/errors
|
|
+errordir = $(prefix)/share/examples/squid/errors
|
|
|
|
DEFAULT_ERROR_DIR = $(errordir)
|
|
|