diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-06 11:24:47 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-06 11:24:47 +0000 |
commit | bff7cc48de9bf6f28b01c0580cd97fb0bd20d4ca (patch) | |
tree | 3cd43f8bcf53d2465ec36f705723562efbbdf51c /dhcp_wizard/scripts | |
parent | 0473e5a1adb2a94e4f29b20d94ae8bace968f415 (diff) | |
download | drakwizard-bff7cc48de9bf6f28b01c0580cd97fb0bd20d4ca.tar drakwizard-bff7cc48de9bf6f28b01c0580cd97fb0bd20d4ca.tar.gz drakwizard-bff7cc48de9bf6f28b01c0580cd97fb0bd20d4ca.tar.bz2 drakwizard-bff7cc48de9bf6f28b01c0580cd97fb0bd20d4ca.tar.xz drakwizard-bff7cc48de9bf6f28b01c0580cd97fb0bd20d4ca.zip |
temporary no check
Diffstat (limited to 'dhcp_wizard/scripts')
-rw-r--r-- | dhcp_wizard/scripts/Dhcpconf.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dhcp_wizard/scripts/Dhcpconf.pm b/dhcp_wizard/scripts/Dhcpconf.pm index 8fd15aef..995da298 100644 --- a/dhcp_wizard/scripts/Dhcpconf.pm +++ b/dhcp_wizard/scripts/Dhcpconf.pm @@ -46,6 +46,11 @@ sub compute_range2 { "$s.$n"; } +sub check { +# FIXME : see check_range.sh + 10; +} + sub do_it { my $wiz_domain_name = $o->get("DomainName"); my $wiz_host_name = $o->get("SystemName"); |