summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2007-11-11 22:06:37 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2007-11-11 22:06:37 +0000
commitd62557ad93244ffaf3eaaeece13ae7009b589bb8 (patch)
tree5901c303e0843bc5e77b0f7b19f106da853c4bca
parentdbb4b6f18d32336831bb24ef05b41f638ef3cb79 (diff)
downloadacf-dhcp-d62557ad93244ffaf3eaaeece13ae7009b589bb8.tar.bz2
acf-dhcp-d62557ad93244ffaf3eaaeece13ae7009b589bb8.tar.xz
Added dhcp-dep-html.lsp to svn
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@295 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--dhcp-dep-html.lsp14
1 files changed, 14 insertions, 0 deletions
diff --git a/dhcp-dep-html.lsp b/dhcp-dep-html.lsp
new file mode 100644
index 0000000..c93a814
--- /dev/null
+++ b/dhcp-dep-html.lsp
@@ -0,0 +1,14 @@
+<?
+ local form = ...
+
+?>
+<h1>ACF DHCP - Dependancy Check Failure!</h1><br>
+<b>The following package(s) are missing:</b><br>
+<pre style="color: #ff2020">
+<?
+ for k,v in ipairs(form.msg) do
+ io.write(v .. "\n")
+ end
+?>
+</pre>
+