forked from hummypkg/webif
fix plugin error
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@233 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
parent
61d879e90a
commit
e712f38bb1
@ -1,7 +1,7 @@
|
|||||||
Package: webif
|
Package: webif
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: web
|
Section: web
|
||||||
Version: 0.5.9
|
Version: 0.5.9-1
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hummypkg.org.uk
|
Maintainer: af123@hummypkg.org.uk
|
||||||
Depends: mongoose(>=2.11-6),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.3),jim-oo,jim-pack,service-control,busybox(>=1.18.3-1),lsof,epg(>=1.0.2),hmt(>=1.0.6),ssmtp
|
Depends: mongoose(>=2.11-6),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.3),jim-oo,jim-pack,service-control,busybox(>=1.18.3-1),lsof,epg(>=1.0.2),hmt(>=1.0.6),ssmtp
|
||||||
|
9
var/mongoose/lib/plugin
Normal file
9
var/mongoose/lib/plugin
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
proc eval_plugins {hook} {
|
||||||
|
foreach plugin [glob /mod/var/mongoose/plugin/*] {
|
||||||
|
if {[file isfile "$plugin/$hook.hook"]} {
|
||||||
|
uplevel source "$plugin/$hook.hook"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user