summaryrefslogtreecommitdiffstats
path: root/dnsmasq-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 17:57:46 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 17:57:46 +0000
commit3cdbb88e20095542f951d580581df5b53960240d (patch)
tree68bc59847bc7abb12cf79949b3d751af202169ca /dnsmasq-logfile-html.lsp
parent758822f2a74e849605d7ff06044b82e925d4d342 (diff)
downloadacf-dnsmasq-3cdbb88e20095542f951d580581df5b53960240d.tar.bz2
acf-dnsmasq-3cdbb88e20095542f951d580581df5b53960240d.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
Diffstat (limited to 'dnsmasq-logfile-html.lsp')
-rw-r--r--dnsmasq-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnsmasq-logfile-html.lsp b/dnsmasq-logfile-html.lsp
index 8c0688c..771b9cd 100644
--- a/dnsmasq-logfile-html.lsp
+++ b/dnsmasq-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="dnsmasq"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dnsmasq"})
end %>