summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-01-10 11:38:21 +0000
committerdamien <damien@mandriva.com>2001-01-10 11:38:21 +0000
commitbc4652f9fd3667e56b71a1d09214c82c175095b2 (patch)
tree34faba58d20ba5e6b96a5f9d4a712abba1f0786b
parent28c7bb7ea95a2516e8a579d730eedd3270b97ad2 (diff)
downloaddrakx-backup-do-not-use-bc4652f9fd3667e56b71a1d09214c82c175095b2.tar
drakx-backup-do-not-use-bc4652f9fd3667e56b71a1d09214c82c175095b2.tar.gz
drakx-backup-do-not-use-bc4652f9fd3667e56b71a1d09214c82c175095b2.tar.bz2
drakx-backup-do-not-use-bc4652f9fd3667e56b71a1d09214c82c175095b2.tar.xz
drakx-backup-do-not-use-bc4652f9fd3667e56b71a1d09214c82c175095b2.zip
corrected last message . firewall
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 356cbe67e..919b9bf65 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -844,6 +844,7 @@ sub addUser {
my $v;
my $p = $o->{prefix};
substInFile { /^admin:/ and $_=''; } "$p/etc/passwd";
+ substInFile { /^admin:/ and $_=''; } "$p/etc/group";
$v->{shell} ||= "/bin/bash";
$o->ask_from_entries_refH([_("Set admin password"), _("Ok"), $o->{security} > 2 || $::corporate ? () : _("No password")],
[ _("Set admin password"), "\n" ], [
@@ -1136,7 +1137,7 @@ Do you really want to quit now?"), 0);
For further configuration after installation, use a browser
from any computer connected to your LAN, and connect on :
-https://" . $o->{intf}{eth0}->{BOOTPROTO} eq 'static' ? $o->{intf}{eth0}->{IPADDR} : $o->{netc}{HOSTNAME} . ":8443/
+https://") . ($o->{intf}{eth0}->{BOOTPROTO} eq 'static' ? $o->{intf}{eth0}->{IPADDR} : $o->{netc}{HOSTNAME} ) . _(":8443/
Log on with your admin account"));
}