From 78d49d419a5c387541d8daaf2d55776d1089dd24 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sat, 19 Nov 2011 01:12:36 +0000 Subject: [PATCH] require updated busybox git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@529 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/control | 4 ++-- var/mongoose/include/logfiles.jim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index f1a88b8..8b1208b 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,10 +1,10 @@ Package: webif Priority: optional Section: web -Version: 0.8.1-1 +Version: 0.8.2 Architecture: mipsel Maintainer: af123@hummypkg.org.uk -Depends: mongoose(>=3.0-2),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.4),jim-oo,jim-pack,service-control,busybox(>=1.18.3-1),lsof,epg(>=1.0.7),hmt(>=1.1.1),ssmtp +Depends: mongoose(>=3.0-2),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.4),jim-oo,jim-pack,service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.7),hmt(>=1.1.1),ssmtp Replaces: af123-webif Conflicts: af123-webif Suggests: ffmpeg,webif-iphone,nicesplice diff --git a/var/mongoose/include/logfiles.jim b/var/mongoose/include/logfiles.jim index cf5949e..31aa397 100755 --- a/var/mongoose/include/logfiles.jim +++ b/var/mongoose/include/logfiles.jim @@ -1,11 +1,11 @@ #!/mod/bin/jimsh source /mod/var/mongoose/lib/setup +require pretty_size foreach file [glob -nocomplain /tmp/*.log] { puts " - [file tail $file] -
" + [file tail $file] ([pretty_size [file size $file]])
" }