diff options
Diffstat (limited to 'net-mgmt/cacti-spine/files')
-rw-r--r-- | net-mgmt/cacti-spine/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net-mgmt/cacti-spine/files/patch-cactid.h | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-mgmt/cacti-spine/files/patch-Makefile.in b/net-mgmt/cacti-spine/files/patch-Makefile.in deleted file mode 100644 index 118986738fff..000000000000 --- a/net-mgmt/cacti-spine/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Nov 3 11:06:55 2006 -+++ Makefile.in Fri Nov 3 11:09:33 2006 -@@ -83,7 +83,7 @@ - - cactid_SOURCES = sql.c cactid.c util.c snmp.c locks.c poller.c nft_popen.c php.c ping.c keywords.c error.c - --configdir = /etc -+configdir = ${PREFIX}/etc - config_DATA = cactid.conf - - bin_PROGRAMS = cactid diff --git a/net-mgmt/cacti-spine/files/patch-cactid.h b/net-mgmt/cacti-spine/files/patch-cactid.h deleted file mode 100644 index d0c0743ebc19..000000000000 --- a/net-mgmt/cacti-spine/files/patch-cactid.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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" |