summaryrefslogtreecommitdiffstats
path: root/clamav-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-01 21:59:26 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-01 21:59:26 +0000
commit9f88eb0bf2faa4bd6bf3b3f35c357efb11618000 (patch)
treec2d3de59d85de0fb00f27834b1318dddd5edc25c /clamav-logfile-html.lsp
downloadacf-clamav-9f88eb0bf2faa4bd6bf3b3f35c357efb11618000.tar.bz2
acf-clamav-9f88eb0bf2faa4bd6bf3b3f35c357efb11618000.tar.xz
Added clamav and clamsmtp controllers with basic functionality.
git-svn-id: svn://svn.alpinelinux.org/acf/clamav/trunk@1661 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'clamav-logfile-html.lsp')
-rw-r--r--clamav-logfile-html.lsp7
1 files changed, 7 insertions, 0 deletions
diff --git a/clamav-logfile-html.lsp b/clamav-logfile-html.lsp
new file mode 100644
index 0000000..a2ef389
--- /dev/null
+++ b/clamav-logfile-html.lsp
@@ -0,0 +1,7 @@
+<% local data, viewlibrary = ...
+require("viewfunctions")
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="clamav"})
+end %>