From 824b458a2526ed8b2e6628a77fd21510e7dc7d4e Mon Sep 17 00:00:00 2001 From: Arnaud Desmons Date: Thu, 19 Sep 2002 10:09:26 +0000 Subject: added dhcp check --- client_wizard/client.wiz | 26 +++++++++++++++++++++----- client_wizard/scripts/Clientconf.pm | 9 +++++++-- 2 files changed, 28 insertions(+), 7 deletions(-) (limited to 'client_wizard') diff --git a/client_wizard/client.wiz b/client_wizard/client.wiz index 13611bc3..65475c8d 100644 --- a/client_wizard/client.wiz +++ b/client_wizard/client.wiz @@ -3,11 +3,11 @@ @@ -30,6 +30,7 @@ nextFinish="false" canBack="true" canCancel="true" + func="check" > @@ -77,6 +78,21 @@ > + + + + + and return 1; + $o->is_dhcp() and return 2; + 0; +} sub up_serial { my ($file) = @_; -- cgit v1.2.1