summaryrefslogtreecommitdiffstats
path: root/dns_wizard/dns.wiz
diff options
context:
space:
mode:
Diffstat (limited to 'dns_wizard/dns.wiz')
-rw-r--r--dns_wizard/dns.wiz288
1 files changed, 0 insertions, 288 deletions
diff --git a/dns_wizard/dns.wiz b/dns_wizard/dns.wiz
deleted file mode 100644
index b4a0b3ef..00000000
--- a/dns_wizard/dns.wiz
+++ /dev/null
@@ -1,288 +0,0 @@
-<?xml version="1.0"?>
-
-
-<Wizard
- name="general"
- libScript="__WIZ_HOME__/common/scripts/functions.sh"
- wizardTitle="DNS Wizard (configuration)"
- imagePosition="top"
- defaultImage="__WIZ_HOME__/dns_wizard/images/DNS.png"
- perlModule="__WIZ_HOME__/dns_wizard/scripts/Dnsconf.pm"
- rpm="bind"
->
-
- <Variable
- name="wiz_ext_dns1"
- shellVariable="wiz_ext_dns1"
- valueIsTranslated="false"
- >
- </Variable>
-
- <Variable
- name="wiz_ext_dns2"
- shellVariable="wiz_ext_dns2"
- valueIsTranslated="false"
- >
- </Variable>
-
- <Page
- name="Welcome"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
- <Info
- helpText="DNS Configuration Wizard"
- >
- </Info>
-
-
- <Info
- helpText="DNS (Domain Name Server) is the service that maps an IP address of a machine with an internet host name."
- >
- </Info>
-
-
- <Info
- helpText="This wizard will help you configuring the DNS services of your server. This configuration will provide a local DNS service for local computers names, with non-local requests forwarded to an outside DNS."
- >
- </Info>
- </Page>
-
- <Page
- name="DNS"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- jumpScript="__WIZ_HOME__/dns_wizard/scripts/check_ext_dns.sh"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Target
- targetName="doit"
- jumpIndex="10"
- >
- </Target>
-
- <Target
- targetName="Error"
- jumpIndex="1"
- >
- </Target>
-
- <Target
- targetName="warning"
- jumpIndex="2"
- >
- </Target>
-
- <Info
- helpText="DNS Server Addresses"
- >
- </Info>
-
-
- <Info
- helpText="DNS will allow your network to communicate with the Internet using standard internet host names. In order to configure DNS, you must provide the IP address of primary and secondary DNS server; usually this address are given by your Internet provider."
- >
- </Info>
-
- <Freetext
- name="wiz_ext_dns1"
- variableName="wiz_ext_dns1"
- helpText="Primary DNS Address:"
- fillfunc="get_dns1"
- editable="true"
- >
- </Freetext>
-
- <Freetext
- name="wiz_ext_dns2"
- variableName="wiz_ext_dns2"
- helpText="Secondary DNS Address:"
- fillfunc="get_dns2"
- editable="true"
- >
- </Freetext>
-
- <Info
- helpText="IP addresses are a dotted list of four numbers smaller than 256."
- >
- </Info>
- </Page>
-
- <Page
- name="warning"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- jumpPage="doit"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="Warning:"
- >
- </Info>
-
-
-
- <Info
- helpText="You have entered an empty address for the DNS server."
- >
- </Info>
-
- <Info
- helpText="Your setting could be accepted, but you will not be able to identify machine names outside your local network."
- >
- </Info>
-
- <Info
- helpText="Press next to leave these values empty, or back to enter a value."
- >
- </Info>
- </Page>
-
- <Page
- name="Error"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- jumpPage="DNS"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
-
- <Info
- helpText="This is not a valid address... press next to continue"
- >
- </Info>
-
- </Page>
-
- <Page
- name="server launcher"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- jumpPage="DNS"
- executionLevel="DEBUG"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
- </Page>
-
- <Page
- name="doit"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- func="do_it"
- nextButtonText="Configure"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Target
- targetName="done"
- jumpIndex="10"
- >
- </Target>
-
- <Target
- targetName="system_error"
- jumpIndex="1"
- >
- </Target>
-
- <Info
- helpText="Configuring the DNS Server"
- >
- </Info>
-
-
- <Info
- helpText="The wizard collected the following parameters
-needed to configure your DNS service:"
- >
- </Info>
-
- <Freetext
- helpText="Primary DNS Address:"
- name="wiz_ext_dns1"
- variableName="wiz_ext_dns1"
- editable="false"
- >
- </Freetext>
- <Freetext
- helpText="Secondary DNS Address:"
- name="wiz_ext_dns2"
- variableName="wiz_ext_dns2"
- editable="false"
- >
- </Freetext>
-
- <Info
- helpText="To accept these values, and configure your server, click the Next button or use the Back button to correct them."
- >
- </Info>
- </Page>
-
- <Page
- name="done"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- nextButtonText="Quit"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="false"
- canCancel="false"
- >
-
- <Info
- helpText="Congratulations"
- >
- </Info>
-
-
- <Info
- helpText="The wizard successfully configured the DNS services of your server."
- >
- </Info>
- </Page>
-
- <Page
- name="error_need_root"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- nextButtonText="OK"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="false"
- canCancel="true"
- >
-
- <Info
- helpText="You need to be root to run this wizard"
- >
- </Info>
- </Page>
-
- <Page
- name="system_error"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html"
- nextButtonText="OK"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="false"
- canCancel="true"
- >
-
- <Info
- helpText="System error, no configuration done"
- >
- </Info>
- </Page>
-</Wizard>