diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-08-09 14:37:15 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-08-09 14:37:15 +0000 |
commit | e45a01ccebf7c9a756e3d27e3fe6abbeb8797a36 (patch) | |
tree | 338fd422d828a395b9070fb7201e89e5895c07cd /dhcp-help-html.lsp | |
parent | c4de6d7e2aea4520dbfb9070ecb1d9f01185a092 (diff) | |
download | acf-dhcp-e45a01ccebf7c9a756e3d27e3fe6abbeb8797a36.tar.bz2 acf-dhcp-e45a01ccebf7c9a756e3d27e3fe6abbeb8797a36.tar.xz |
Rewrite of dhcp to modify existing config file rather than just generate a new one. Still need to add support for hosts, currently only supports globals and subnets.
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1373 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-help-html.lsp')
-rw-r--r-- | dhcp-help-html.lsp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dhcp-help-html.lsp b/dhcp-help-html.lsp deleted file mode 100644 index 5a6d35f..0000000 --- a/dhcp-help-html.lsp +++ /dev/null @@ -1,22 +0,0 @@ -<% - local form = ... -%> -<h1>DHCPd - Help</h1> -<h2>DHCPd - About</h2> -The acf-dhcp module serves as configuration frontend for the -isc-dhcp server. - -<h2>DHCPd - How to start</h2> -<b>Step by Step</b><br> -<ul> - <li>Edit 'Global Settings', fill in all mandatory fields</li> - <li>Add a new subnet by entering all neccessary fields or more if needed</li> - <li>If you want to add static/dynamic but specified hosts go to Edit Subnet</li> - <li>Generate Configuration File</li> - <li>Start service</li> -</ul> - -<h2>DHCPd - Special Configurations</h2> - -<h2>DHCPd - FAQs</h2> - |