From e45a01ccebf7c9a756e3d27e3fe6abbeb8797a36 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 9 Aug 2008 14:37:15 +0000 Subject: 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 --- dhcp-editspc-html.lsp | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 dhcp-editspc-html.lsp (limited to 'dhcp-editspc-html.lsp') diff --git a/dhcp-editspc-html.lsp b/dhcp-editspc-html.lsp deleted file mode 100644 index a4397d9..0000000 --- a/dhcp-editspc-html.lsp +++ /dev/null @@ -1,40 +0,0 @@ -<% - local form = ... - local option = form.option; - local errcode = form.errcode -%> -

DHCPd - Advanced Global Configuration

- -
" method="POST"> - -
<% io.write( form.errcode.msg ) %>
- -

DHCPd - Dynamic Hosts

-

-Enter dynamic hosts data, one per line (e.g. hostname;00:11:22:33:44:55) -

- - -

DHCPd - Pre Main Configuration

-

-These fields below are copied into the final dhcpd.conf on configuration generation without any validation check. Do not use -them unless you know what you are doing. -

- - -

DHCPd - Post Main Configuration

- - -

Submit/Cancel

-
-
Submit above settings
-
- -
Cancel and go back
-
" method="POST"> -
- -
- - -- cgit v1.2.3