d189711492
- Fix patch files to match new source [1] - Change logic in Makefile to use the SQUID_UID and SQUID_GID defaults that the squid port uses, remove the need to specify the uid/gid, but inform the user that the defaults are used. (remove the NO_PACKAGE block) [1] - Rename patches to reflect which files are patched PR: ports/85215 Submitted by: Phil Kernick <philk@rotfl.com.au> Reviewed by: Chris Larsen <darth@vader.dk> [1]
24 lines
999 B
C
24 lines
999 B
C
--- paths.h.org Tue Aug 30 21:14:48 2005
|
|
+++ paths.h Tue Aug 30 21:15:40 2005
|
|
@@ -37,14 +37,14 @@
|
|
|
|
/************* Log File Locations (must be writable by **********/
|
|
/************* the user given in the squid.conf file **********/
|
|
-#define LOG_MATCH PREFIX"/logs/squirm.match"
|
|
-#define LOG_FAIL PREFIX"/logs/squirm.fail"
|
|
-#define LOG_ERROR PREFIX"/logs/squirm.error"
|
|
-#define LOG_WHERE PREFIX"/logs/squirm.where"
|
|
-#define LOG_DEBUG PREFIX"/logs/squirm.debug"
|
|
-#define LOG_INFO PREFIX"/logs/squirm.info"
|
|
+#define LOG_MATCH PREFIX"/squirm/logs/squirm.match"
|
|
+#define LOG_FAIL PREFIX"/squirm/logs/squirm.fail"
|
|
+#define LOG_ERROR PREFIX"/squirm/logs/squirm.error"
|
|
+#define LOG_WHERE PREFIX"/squirm/logs/squirm.where"
|
|
+#define LOG_DEBUG PREFIX"/squirm/logs/squirm.debug"
|
|
+#define LOG_INFO PREFIX"/squirm/logs/squirm.info"
|
|
|
|
/************* Configuration file locations ***********/
|
|
-#define SQUIRM_CONF PREFIX"/etc/squirm.conf"
|
|
+#define SQUIRM_CONF PREFIX"/etc/squirm/squirm.conf"
|
|
|
|
#endif
|