summaryrefslogtreecommitdiffstats
path: root/dovecot-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 17:58:08 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 17:58:08 +0000
commit8e8a385f5fdc04b0552c9fb657b12d043775062c (patch)
treed91c9394e754b824c96c038051bd22799c91e0c1 /dovecot-logfile-html.lsp
parent6256df038e269521ffc3c7033ffae4de8ed5d4d1 (diff)
downloadacf-dovecot-8e8a385f5fdc04b0552c9fb657b12d043775062c.tar.bz2
acf-dovecot-8e8a385f5fdc04b0552c9fb657b12d043775062c.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
Diffstat (limited to 'dovecot-logfile-html.lsp')
-rw-r--r--dovecot-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovecot-logfile-html.lsp b/dovecot-logfile-html.lsp
index c8f048c..53a76ce 100644
--- a/dovecot-logfile-html.lsp
+++ b/dovecot-logfile-html.lsp
@@ -2,5 +2,5 @@
%>
<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="dovecot"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dovecot"})
end %>