diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-09-07 07:24:33 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-09-07 07:24:33 +0000 |
commit | ddb6f326afeea9c9b15a1a79ed724832d1396d16 (patch) | |
tree | d4298e0a03ab99d3abe10b3f626d9c3aa9cee5e6 | |
parent | 60d6bfcd480ebd2705e25414fac67f7a318ac059 (diff) | |
download | drakwizard-ddb6f326afeea9c9b15a1a79ed724832d1396d16.tar drakwizard-ddb6f326afeea9c9b15a1a79ed724832d1396d16.tar.gz drakwizard-ddb6f326afeea9c9b15a1a79ed724832d1396d16.tar.bz2 drakwizard-ddb6f326afeea9c9b15a1a79ed724832d1396d16.tar.xz drakwizard-ddb6f326afeea9c9b15a1a79ed724832d1396d16.zip |
fix syntax
-rw-r--r-- | dhcp_wizard/scripts/dhcpd.conf.default | 4 |
1 files changed, 1 insertions, 3 deletions
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 |