summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 18:00:42 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 18:00:42 +0000
commit801ff66ed8f97603056698f8e8349dcb716665a3 (patch)
tree87af6a0eaf7c70b7e5543e9e347862a0aeabe339
parentc29f12712dbb82da5e0351126a9896ac9e986fc1 (diff)
downloadacf-openntpd-801ff66ed8f97603056698f8e8349dcb716665a3.tar.bz2
acf-openntpd-801ff66ed8f97603056698f8e8349dcb716665a3.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
-rw-r--r--openntpd-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openntpd-logfile-html.lsp b/openntpd-logfile-html.lsp
index 993c95a..57e315b 100644
--- a/openntpd-logfile-html.lsp
+++ b/openntpd-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="ntpd"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="ntpd"})
end %>