summaryrefslogtreecommitdiffstats
path: root/dnsmasq-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-12-08 16:18:55 +0000
committerTed Trask <ttrask01@yahoo.com>2008-12-08 16:18:55 +0000
commit76b0d74e7bf922b06749927eaca7dafbdd19f8d3 (patch)
tree4731acf35452b028866f4acaa34436cf8d28cb4e /dnsmasq-logfile-html.lsp
parent5d3d65491dac81bf96d63e0fd8a5db25e4e5187c (diff)
downloadacf-dnsmasq-76b0d74e7bf922b06749927eaca7dafbdd19f8d3.tar.bz2
acf-dnsmasq-76b0d74e7bf922b06749927eaca7dafbdd19f8d3.tar.xz
Modified dnsmasq to add viewleases and logfile.
git-svn-id: svn://svn.alpinelinux.org/acf/dnsmasq/trunk@1627 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dnsmasq-logfile-html.lsp')
-rw-r--r--dnsmasq-logfile-html.lsp7
1 files changed, 7 insertions, 0 deletions
diff --git a/dnsmasq-logfile-html.lsp b/dnsmasq-logfile-html.lsp
new file mode 100644
index 0000000..099d6ae
--- /dev/null
+++ b/dnsmasq-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="dnsmasq"})
+end %>