fix IE error, fix typo in anacrontab
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@559 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
25344c5ff4
commit
8166af0f1b
@ -1,9 +1,9 @@
|
|||||||
Package: webif
|
Package: webif
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: web
|
Section: web
|
||||||
Version: 0.8.5
|
Version: 0.8.5-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.4-1),jim-oo,jim-pack,service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.1),ssmtp,anacron
|
Depends: mongoose(>=3.0-2),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.4-1),jim-oo,jim-pack,service-control,busybox(>=1.19.3-1),lsof,epg(>=1.0.8),hmt(>=1.1.2),ssmtp,anacron
|
||||||
Suggests: ffmpeg,webif-iphone,nicesplice
|
Suggests: ffmpeg,webif-iphone,nicesplice
|
||||||
Description: An evolving web interface for the Humax.
|
Description: An evolving web interface for the Humax.
|
||||||
|
@ -8,7 +8,7 @@ ana=$PKG_ROOT/etc/anacrontab
|
|||||||
grep -v 'backup/backup.jim' $ana > $tmpf
|
grep -v 'backup/backup.jim' $ana > $tmpf
|
||||||
(
|
(
|
||||||
cat $tmpf
|
cat $tmpf
|
||||||
echo "1 30 /mod/var/mongoose/cgi-bin/backup/backup.jim"
|
echo "1 8 sched_backup /mod/var/mongoose/cgi-bin/backup/backup.jim"
|
||||||
) > $ana
|
) > $ana
|
||||||
|
|
||||||
$PKG_ROOT/etc/init.d/S02anacron start < /dev/null > /dev/null 2>&1 &
|
$PKG_ROOT/etc/init.d/S02anacron start < /dev/null > /dev/null 2>&1 &
|
||||||
|
@ -347,7 +347,7 @@ var dmenuclick = function(action, el, pos)
|
|||||||
$('img.dopt').contextMenu(
|
$('img.dopt').contextMenu(
|
||||||
{
|
{
|
||||||
menu: 'doptmenu',
|
menu: 'doptmenu',
|
||||||
leftButton: true,
|
leftButton: true
|
||||||
},
|
},
|
||||||
dmenuclick
|
dmenuclick
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user