diff options
author | clement <clement@FreeBSD.org> | 2005-02-27 05:17:19 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-02-27 05:17:19 +0800 |
commit | f71706308fdec6969c87b9721c8ca3fcbec6b14a (patch) | |
tree | ef2c8bd7692cf1ee5259016646c93bc7c0b8204f /net-mgmt | |
parent | 68b735a3e9fed228750ba0c8880b6b6e4b80e51b (diff) | |
download | freebsd-ports-gnome-f71706308fdec6969c87b9721c8ca3fcbec6b14a.tar.gz freebsd-ports-gnome-f71706308fdec6969c87b9721c8ca3fcbec6b14a.tar.zst freebsd-ports-gnome-f71706308fdec6969c87b9721c8ca3fcbec6b14a.zip |
- Add missing patch
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cacti-spine/files/patch-cactid.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/cacti-spine/files/patch-cactid.h b/net-mgmt/cacti-spine/files/patch-cactid.h new file mode 100644 index 000000000000..4d63e0ec5b73 --- /dev/null +++ b/net-mgmt/cacti-spine/files/patch-cactid.h @@ -0,0 +1,13 @@ +--- 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" |