ports/net/cactid/files/patch-cactid.h
Clement Laforet 7a9aac6df7 - Update to 0.8.6f-1
- try to make it LOCALBASE/PREFIX compliant [1]

Reported by:	kris [1]
2005-10-30 12:53:24 +00:00

11 lines
339 B
C

--- cactid.h.orig Tue Oct 11 23:13:48 2005
+++ cactid.h Sun Oct 30 14:15:22 2005
@@ -55,7 +55,7 @@
/* locations to search for the config file */
#define CONFIG_PATHS 2
#define CONFIG_PATH_1 ""
-#define CONFIG_PATH_2 "/etc/"
+#define CONFIG_PATH_2 "%%PREFIX%%/etc/"
/* config file defaults */
#define DEFAULT_CONF_FILE "cactid.conf"