Changeset 24237
- Timestamp:
- 2010-12-04T05:29:09+01:00 (7 years ago)
- Location:
- packages/utils/collectd
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/utils/collectd/Makefile
r23468 r24237 9 9 10 10 PKG_NAME:=collectd 11 PKG_VERSION:=4. 9.112 PKG_RELEASE:= 311 PKG_VERSION:=4.10.2 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 15 15 PKG_SOURCE_URL:=http://collectd.org/files/ 16 PKG_MD5SUM:= 5753496651c8c84afaea1fe290876bfc16 PKG_MD5SUM:=85d9d8d0a1327782661e3c89800aa70e 17 17 18 18 PKG_FIXUP:=libtool … … 201 201 endef 202 202 203 #define Build/Configure 204 # (cd $(PKG_BUILD_DIR); \ 205 # autoreconf -v --install || exit 1 \ 206 # ); 207 # $(call Build/Configure/Default) 208 #endef 209 203 210 define Package/collectd/install 204 211 $(INSTALL_DIR) $(1)/usr/sbin -
packages/utils/collectd/patches/100-rrdtool-add-rrasingle-option.patch
r19154 r24237 18 18 /* consolidation_functions_num = */ 0 19 19 }; 20 @@ - 976,6 +979,14 @@ static int rrd_config (const char *key,20 @@ -1027,6 +1030,14 @@ static int rrd_config (const char *key, 21 21 22 22 free (value_copy); -
packages/utils/collectd/patches/110-net-device-stats.patch
r23467 r24237 3 3 1 file changed, 32 insertions(+), 1 deletion(-) 4 4 5 --- collectd-4.9.1.orig/src/interface.c6 +++ collectd-4.9.1/src/interface.c5 --- a/src/interface.c 6 +++ b/src/interface.c 7 7 @@ -203,7 +203,38 @@ static int interface_read (void) 8 8 # define IFA_RX_ERROR rx_errors
Note: See TracChangeset
for help on using the changeset viewer.