Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Set tmp_buf and rate_buf to something ridiculously high to fix a buffer
|
||||
overflow when COLUMNS is large. - JeR
|
||||
|
||||
(Taken from gentoo portage)
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
|
||||
--- a/src/ftop.c 2009-02-16 07:00:00.000000000 +0100
|
||||
+++ b/src/ftop.c 2013-09-06 14:42:41.788852952 +0200
|
||||
@@ -736,7 +736,7 @@
|
||||
{
|
||||
size_t i, j, bytes, bar_total;
|
||||
char more_procs_ch, more_files_ch, expanded_ch;
|
||||
- char tmp_buf[80], rate_buf[80];
|
||||
+ char tmp_buf[2048], rate_buf[2048];
|
||||
char *tmp_str;
|
||||
snapshot *s, *s_prev;
|
||||
file_info *tmp_file;
|
||||
8
deprecated/firmware/buildroot/package/ftop/Config.in
Normal file
8
deprecated/firmware/buildroot/package/ftop/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_FTOP
|
||||
bool "ftop"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
Ftop is to files what top is to processes.
|
||||
The progress of all open files and file systems can be monitored.
|
||||
|
||||
https://code.google.com/p/ftop/
|
||||
2
deprecated/firmware/buildroot/package/ftop/ftop.hash
Normal file
2
deprecated/firmware/buildroot/package/ftop/ftop.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://code.google.com/p/ftop/downloads/detail?name=ftop-1.0.tar.gz&can=2&q=
|
||||
sha1 a0523862dd63ed3bec14846b6e05afcfdebb15c2 ftop-1.0.tar.gz
|
||||
13
deprecated/firmware/buildroot/package/ftop/ftop.mk
Normal file
13
deprecated/firmware/buildroot/package/ftop/ftop.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# ftop
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FTOP_VERSION = 1.0
|
||||
FTOP_SITE = http://ftop.googlecode.com/files
|
||||
FTOP_DEPENDENCIES = ncurses
|
||||
FTOP_LICENSE = GPLv3+
|
||||
FTOP_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user