From ddb6f326afeea9c9b15a1a79ed724832d1396d16 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 7 Sep 2004 07:24:33 +0000 Subject: fix syntax --- dhcp_wizard/scripts/dhcpd.conf.default | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dhcp_wizard/scripts') diff --git a/dhcp_wizard/scripts/dhcpd.conf.default b/dhcp_wizard/scripts/dhcpd.conf.default index 5f27acd0..05869f76 100644 --- a/dhcp_wizard/scripts/dhcpd.conf.default +++ b/dhcp_wizard/scripts/dhcpd.conf.default @@ -118,7 +118,6 @@ class "known" { # fixed-address compute9; # TAG: COMPUTER_LIST_END -shared-network "mynetwork" { # subnet 192.168.200.0 netmask 255.255.255.0 { subnet __net__ netmask __mask__ { option subnet-mask __mask__; @@ -142,5 +141,4 @@ subnet __net__ netmask __mask__ { #deny members of "known"; #allow members of "Etherboot"; # } - } -} +} \ No newline at end of file -- cgit v1.2.1