1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net-mgmt/cacti-spine/files/patch-cactid.h
2005-02-26 21:17:19 +00:00

14 lines
457 B
C

--- cactid.h.orig Sat Feb 26 21:46:10 2005
+++ cactid.h Sat Feb 26 21:46:34 2005
@@ -45,8 +45,8 @@
/* locations to search for the config file */
#define CONFIG_PATHS 5
-#define CONFIG_PATH_1 ""
-#define CONFIG_PATH_2 "/etc/"
+#define CONFIG_PATH_1 "%%PREFIX%%/etc/"
+#define CONFIG_PATH_2 ""
#define CONFIG_PATH_3 "/cygdrive/c/wwwroot/cacti"
#define CONFIG_PATH_4 "/cygdrive/c/webroot/cacti"
#define CONFIG_PATH_5 "/cygdrive/c/inetpub/wwwroot/cacti"