diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-09-12 22:48:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-09-12 22:48:25 +0000 |
commit | 58a713d0591d48da3f2d0b4bd6c05d976d0dd340 (patch) | |
tree | c08f426f26be77aa205be4ed48a24c691d2ac2ae /perl-install/install_any.pm | |
parent | 914b79874caf83dec927da037f2a918a6d7f5d67 (diff) | |
download | drakx-58a713d0591d48da3f2d0b4bd6c05d976d0dd340.tar drakx-58a713d0591d48da3f2d0b4bd6c05d976d0dd340.tar.gz drakx-58a713d0591d48da3f2d0b4bd6c05d976d0dd340.tar.bz2 drakx-58a713d0591d48da3f2d0b4bd6c05d976d0dd340.tar.xz drakx-58a713d0591d48da3f2d0b4bd6c05d976d0dd340.zip |
do something with "Security Administrator (login or email)"
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index c64358e3b..72e321b63 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -724,7 +724,7 @@ sub g_auto_install { my @fields = qw(mntpoint type size); $o->{partitions} = [ map { my %l; @l{@fields} = @$_{@fields}; \%l } grep { $_->{mntpoint} } @{$::o->{fstab}} ]; - exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(lang authentication mouse netc timezone superuser intf keyboard users partitioning isUpgrade manualFstab nomouseprobe crypto security netcnx useSupermount autoExitInstall mkbootdisk X services); #- TODO modules bootloader + exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(lang authentication mouse netc timezone superuser intf keyboard users partitioning isUpgrade manualFstab nomouseprobe crypto security security_user libsafe netcnx useSupermount autoExitInstall mkbootdisk X services); #- TODO modules bootloader if (my $printer = $::o->{printer}) { $o->{printer}{$_} = $::o->{printer}{$_} foreach qw(SPOOLER DEFAULT BROWSEPOLLADDR BROWSEPOLLPORT MANUALCUPSCONFIG); |