fix visual weekday

git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3118 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2016-07-09 18:01:46 +00:00
parent d7fc82e292
commit 5fe06b267c
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Package: webif Package: webif
Priority: optional Priority: optional
Section: web Section: web
Version: 1.3.1 Version: 1.3.1-1
Architecture: mipsel Architecture: mipsel
Maintainer: af123@hpkg.tv Maintainer: af123@hpkg.tv
Depends: tcpfix,webif-channelicons(>=1.1.23),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.0),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 Depends: tcpfix,webif-channelicons(>=1.1.23),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.0),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

View File

@ -13,7 +13,7 @@ puts -nonewline "
setting_toggle "Show development and advanced packages?" "pkgdev" $pkgdev setting_toggle "Show development and advanced packages?" "pkgdev" $pkgdev
if {[system pkginst nugget]} { if {[system pkginst nugget]} {
setting_toggle "Real-time scheduling? <span class=blood>(beta)</span>" "rtschedule" $rtschedule setting_toggle "Real-time scheduling? <span class=blood>(alpha)</span>" "rtschedule" $rtschedule
} }
puts -nonewline " puts -nonewline "

View File

@ -963,8 +963,7 @@ proc {rsv allevents} {{xota 0}} {
incr end 86400 incr end 86400
# Sun == 0 # Sun == 0
set day [clock format [$e start] \ set day [clock format $start -format "%w"]
-format "%w"]
# Weekdays Only # Weekdays Only
if {$repeat == 3 && ($day == 0 || $day == 6)} { if {$repeat == 3 && ($day == 0 || $day == 6)} {