forked from hummypkg/webif
tweaks
git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3260 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
3cbf0649ad
commit
e19cf1998e
@ -1,10 +1,10 @@
|
||||
Package: webif
|
||||
Priority: optional
|
||||
Section: web
|
||||
Version: 1.3.2-5
|
||||
Version: 1.3.2-6
|
||||
Architecture: mipsel
|
||||
Maintainer: af123@hpkg.tv
|
||||
Depends: tcpfix,webif-channelicons(>=1.1.24),lighttpd(>=1.4.39-1),jim(>=0.76-2),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.3),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.8),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95)
|
||||
Depends: tcpfix,webif-channelicons(>=1.1.24),lighttpd(>=1.4.39-1),jim(>=0.76-2),jim-oo,jim-sqlite3(>=0.76),jim-cgi(>=0.7-1),jim-binary(>=0.76),service-control(>=2.1),busybox(>=1.20.2-1),lsof(>=4.87),epg(>=1.2.3),hmt(>=2.0.10),ssmtp,cron-daemon(>=1.18.3-3),at(>=3.1.18),anacron,trm(>=1.1),openssl-command,nicesplice,id3v2,file,rsvsync(>=1.1.9),webif-charts(>=1.2-1),stripts(>=1.2.5-3),tmenu(>=1.08),ffmpeg,id3v2,multienv(>=1.6),tcpping(>=1.1),e2fsprogs,wireless-tools(>=29-1),dbupdate,recmon(>=2.0.7),hwctl,nugget(>=0.95)
|
||||
Suggests:
|
||||
Description: An evolving web interface for the Humax.
|
||||
Tags: http://hummy.tv/forum/threads/7116/
|
||||
|
@ -9,6 +9,7 @@ jscss script.js style.css
|
||||
header
|
||||
|
||||
pkg loaddiagmeta
|
||||
eval_plugins diagmeta
|
||||
|
||||
set model [system model]
|
||||
set smv [system modversion 1]
|
||||
|
@ -89,9 +89,7 @@ foreach tw [$db query {
|
||||
"4Music" -
|
||||
"Yesterday" { set mux "COM6/ARQ B" }
|
||||
"BBC NEWS HD" { set mux "COM7/ARQ C" }
|
||||
"Made In *" -
|
||||
"Movies4Men" { set mux "Local" }
|
||||
"CBeebies HD" -
|
||||
"5STAR+1" -
|
||||
"QVC + 1 HD" { set mux "COM8/ARQ D" }
|
||||
}
|
||||
}
|
||||
|
@ -451,6 +451,8 @@ rsv method insert {{table pending} {force 0} {defer 0}} {
|
||||
$rsvdb query "delete from ${table} where ulslot = $ulslot;"
|
||||
$rsvdb query $query {*}$bvals
|
||||
|
||||
system plog activity "Scheduled [$self name] @ $nsttime"
|
||||
|
||||
if {$table eq "pending" && !$defer} { rsv commit }
|
||||
}
|
||||
|
||||
@ -620,7 +622,7 @@ proc {rsv rtsched} {} {
|
||||
proc {rsv commit} {} {
|
||||
if {![rsv rtsched]} return
|
||||
if {[catch {
|
||||
exec /mod/boot/rsvsync -realtime >> /tmp/rsvsync.log} msg]} {
|
||||
exec /mod/boot/rsvsync -realtime >> /mod/tmp/rsvsync.log} msg]} {
|
||||
puts "Scheduling: $msg"
|
||||
} else {
|
||||
system restartpending 0
|
||||
|
Loading…
Reference in New Issue
Block a user