summaryrefslogtreecommitdiffstats
path: root/mdadm-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-01-06 02:00:00 +0000
committerTed Trask <ttrask01@yahoo.com>2009-01-06 02:00:00 +0000
commit6c3cbceeb2785f3ce52a31bcfbb66fa4e156ea5b (patch)
tree57587b120d6593a03f717919f6bffd979093c264 /mdadm-logfile-html.lsp
parent3eccb92e8917ca00286a1699acd34938e423bb79 (diff)
downloadacf-mdadm-6c3cbceeb2785f3ce52a31bcfbb66fa4e156ea5b.tar.bz2
acf-mdadm-6c3cbceeb2785f3ce52a31bcfbb66fa4e156ea5b.tar.xz
Removed mdadm logfile since not all messages have common tag.
git-svn-id: svn://svn.alpinelinux.org/acf/mdadm/trunk@1666 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'mdadm-logfile-html.lsp')
-rw-r--r--mdadm-logfile-html.lsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/mdadm-logfile-html.lsp b/mdadm-logfile-html.lsp
deleted file mode 100644
index 1d32dcb..0000000
--- a/mdadm-logfile-html.lsp
+++ /dev/null
@@ -1,7 +0,0 @@
-<% local data, viewlibrary = ...
-require("viewfunctions")
-%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="mdadm"})
-end %>