From fa839705fc02f40f4b0ae44e413748b7204c65df Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sat, 14 Jan 2012 23:08:54 +0000 Subject: [PATCH] rename default bin git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@672 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/control | 2 +- var/mongoose/lib/system.class | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTROL/control b/CONTROL/control index 76b53f6..2e74512 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 0.8.12 +Version: 0.8.12-1 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: mongoose(>=3.0-2),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.5),jim-oo,jim-pack,service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.4),ssmtp,anacron,trm diff --git a/var/mongoose/lib/system.class b/var/mongoose/lib/system.class index 5b01dfa..326169c 100644 --- a/var/mongoose/lib/system.class +++ b/var/mongoose/lib/system.class @@ -51,7 +51,7 @@ proc {system mediaroot} {} { } proc {system dustbin} {{short 0}} { - set dustbin "_dustbin" + set dustbin "\[Deleted Items\]" if {![catch {set fd [open "/mod/boot/dustbin.name" r]}]} { set dustbin [lindex [split [read $fd] "\n"] 0] $fd close