forked from hummypkg/webif
rename default bin
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@672 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
3d75b93f1a
commit
fa839705fc
@ -1,7 +1,7 @@
|
|||||||
Package: webif
|
Package: webif
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: web
|
Section: web
|
||||||
Version: 0.8.12
|
Version: 0.8.12-1
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hummypkg.org.uk
|
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
|
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
|
||||||
|
@ -51,7 +51,7 @@ proc {system mediaroot} {} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proc {system dustbin} {{short 0}} {
|
proc {system dustbin} {{short 0}} {
|
||||||
set dustbin "_dustbin"
|
set dustbin "\[Deleted Items\]"
|
||||||
if {![catch {set fd [open "/mod/boot/dustbin.name" r]}]} {
|
if {![catch {set fd [open "/mod/boot/dustbin.name" r]}]} {
|
||||||
set dustbin [lindex [split [read $fd] "\n"] 0]
|
set dustbin [lindex [split [read $fd] "\n"] 0]
|
||||||
$fd close
|
$fd close
|
||||||
|
Loading…
Reference in New Issue
Block a user