From 0df206e5f9768d17aa3ddffd281347e61ddd97eb Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Mon, 10 Feb 2003 22:37:43 +0000 Subject: added a text to describe the Zeroconf host name field --- perl-install/network/ethernet.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'perl-install/network/ethernet.pm') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 361eb10fd..5b216a4ec 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -188,9 +188,12 @@ sub configureNetwork { N("Please enter your host name if you know it. Some DHCP servers require the hostname to work. Your host name should be a fully-qualified host name, -such as ``mybox.mylab.myco.com''."), +such as ``mybox.mylab.myco.com''.") . N(" + +Enter a Zeroconf host name without any dot if you don't +want to use the default host name."), [ { label => N("Host name"), val => \$netc->{HOSTNAME} }, - if_($netc->{ZEROCONF}, { label => N("Zeroconf Host name"), val => \$netc->{ZEROCONF_HOSTNAME} }), + { label => N("Zeroconf Host name"), val => \$netc->{ZEROCONF_HOSTNAME} }, ], complete => sub { if ($netc->{ZEROCONF_HOSTNAME} and $netc->{ZEROCONF_HOSTNAME} =~ /\./) { -- cgit v1.2.1