in www/squid as of 2012/11/26 plus a REVISION bump. The newer version works well in most cases, but is less portable and seems to have problems with certain configurations. ok ajacoutot.
13 lines
433 B
Plaintext
13 lines
433 B
Plaintext
$OpenBSD: patch-src_defines_h,v 1.1.1.1 2013/01/02 10:12:02 sthen Exp $
|
|
--- src/defines.h.orig Tue Nov 23 15:08:29 2010
|
|
+++ src/defines.h Tue Nov 23 15:09:48 2010
|
|
@@ -259,7 +259,7 @@
|
|
|
|
/* were to look for errors if config path fails */
|
|
#ifndef DEFAULT_SQUID_ERROR_DIR
|
|
-#define DEFAULT_SQUID_ERROR_DIR "/usr/local/squid/etc/errors"
|
|
+#define DEFAULT_SQUID_ERROR_DIR "${PREFIX}/share/squid/errors"
|
|
#endif
|
|
|
|
/* gb_type operations */
|