mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1381d53ba1
A redirector for Squid. PR: 14869 Submitted by: Denis Shaposhnikov <dsh@wizard.vlink.ru>
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
--- path.h.orig Sat Jul 25 03:03:13 1998
|
|
+++ path.h Mon Nov 8 18:15:30 1999
|
|
@@ -7,6 +7,8 @@
|
|
|
|
/* change this to the path, which contains your jesred.conf */
|
|
|
|
+#ifndef DEFAULT_PATH
|
|
#define DEFAULT_PATH "/local/squid/etc"
|
|
+#endif
|
|
|
|
#endif
|