summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ChangeLog24
-rw-r--r--perl-install/network.pm2
2 files changed, 25 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index de07b67c7..1e9eeca0c 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,27 @@
+2001-01-29 DrakX <install@linux-mandrake.com>
+
+ * dams : firewall snapshot uploaded
+
+2001-01-28 DrakX <install@linux-mandrake.com>
+
+ * dams : firewall snapshot uploaded
+
+2001-01-26 DrakX <install@linux-mandrake.com>
+
+ * dams : firewall snapshot uploaded
+
+2001-01-25 DrakX <install@linux-mandrake.com>
+
+ * dams : firewall snapshot uploaded
+
+2001-01-24 DrakX <install@linux-mandrake.com>
+
+ * dams : firewall snapshot uploaded
+
+2001-01-23 DrakX <install@linux-mandrake.com>
+
+ * dams : firewall snapshot uploaded
+
2001-01-11 DrakX <install@linux-mandrake.com>
* dams : firewall snapshot uploaded
diff --git a/perl-install/network.pm b/perl-install/network.pm
index a2bd99553..ea033003a 100644
--- a/perl-install/network.pm
+++ b/perl-install/network.pm
@@ -314,7 +314,7 @@ notation (for example, 1.2.3.4).");
my @fields = qw(IPADDR NETMASK);
$::isStandalone or $in->set_help('configureNetworkIP');
$in->ask_from_entries_ref(_("Configuring network device %s", $intf->{DEVICE}),
- ($::isStandalone ? '' : _("Configuring network device %s", $intf->{DEVICE}) . ( $module ? _(" (driver $module)") : '' ) . ( $intf->{DEVICE} eq 'eth0' && $in->{meta_class} eq 'firewall' ? _("\nWARNING: eth0 is the network card connected to your LAN.\n"): '' ) . "\n\n") .
+ ($::isStandalone ? '' : _("Configuring network device %s", $intf->{DEVICE}) . ( $module ? _(" (driver $module)") : '' ) . ( $intf->{DEVICE} eq 'eth0' && $in->{meta_class} eq 'firewall' ? _("\n\nWARNING: eth0 is the network card connected to your LAN.\n"): '' ) . "\n") .
$text,
[ _("IP address"), _("Netmask"), _("Automatic IP") ],
[ \$intf->{IPADDR}, \$intf->{NETMASK}, { val => \$pump, type => "bool", text => _("(bootp/dhcp)") } ],