summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-05 16:45:20 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-05 16:45:20 +0000
commit9ff7de045d43481f087f30db037992341c09680a (patch)
treef4f18b1b772b9d0635af08f41ae90261925c7ac4 /perl-install/install_steps.pm
parent350a90a90a0bafcc964e4b3556238660b134fc4c (diff)
downloaddrakx-backup-do-not-use-9ff7de045d43481f087f30db037992341c09680a.tar
drakx-backup-do-not-use-9ff7de045d43481f087f30db037992341c09680a.tar.gz
drakx-backup-do-not-use-9ff7de045d43481f087f30db037992341c09680a.tar.bz2
drakx-backup-do-not-use-9ff7de045d43481f087f30db037992341c09680a.tar.xz
drakx-backup-do-not-use-9ff7de045d43481f087f30db037992341c09680a.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 60718fc88..225a0d3c1 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -323,7 +323,7 @@ sub addUser($) {
foreach (@l) {
if (! -d "$p$_->{home}") {
- my $mode = $o->{security} < 3 ? 0755 : 0750;
+ my $mode = $o->{security} < 2 ? 0755 : 0750;
eval { commands::cp("-f", "$p/etc/skel", "$p$_->{home}") };
if ($@) {
log::l("copying of skel failed: $@"); mkdir("$p$_->{home}", $mode);