From d962ada7e5a60b4425c7c7a87d3b26cfa3075db7 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Thu, 18 Dec 2014 22:33:50 +0000 Subject: [PATCH] fix log ack git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@2088 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/control | 4 ++-- webif/html/log/act.jim | 5 +++++ webif/include/notify.jim | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index fc51625..4fb9896 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,10 +1,10 @@ Package: webif Priority: optional Section: web -Version: 1.0.18-1 +Version: 1.0.18-2 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: webif-channelicons(>=1.1.14),lighttpd(>=1.4.35-2),jim(>=0.75-1),jim-oo,jim-sqlite3(>=0.75),jim-cgi(>=0.7),jim-binary(>=0.75),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.0.14),hmt(>=1.1.21),ssmtp,anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2-1),stripts(>=1.2.5-3),smartmontools,tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),mongoose Suggests: Description: An evolving web interface for the Humax. -Tags: http://hummy.tv/forum/threads/5031/ +Tags: http://hummy.tv/forum/threads/5866/ diff --git a/webif/html/log/act.jim b/webif/html/log/act.jim index d14198c..8b77664 100755 --- a/webif/html/log/act.jim +++ b/webif/html/log/act.jim @@ -18,6 +18,11 @@ switch $action { puts "Cleared $file" exit } + unlink { + file delete $file + puts "Removed $file" + exit + } } puts "Unknown action." diff --git a/webif/include/notify.jim b/webif/include/notify.jim index 3a724b4..7db0004 100755 --- a/webif/include/notify.jim +++ b/webif/include/notify.jim @@ -23,7 +23,7 @@ puts { }