From 76b0d74e7bf922b06749927eaca7dafbdd19f8d3 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 8 Dec 2008 16:18:55 +0000 Subject: Modified dnsmasq to add viewleases and logfile. git-svn-id: svn://svn.alpinelinux.org/acf/dnsmasq/trunk@1627 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnsmasq-logfile-html.lsp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dnsmasq-logfile-html.lsp (limited to 'dnsmasq-logfile-html.lsp') 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 %> -- cgit v1.2.3