From ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Dec 1999 01:45:46 +0000 Subject: no_comment --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ffdd0ceee..d401d58a0 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -491,7 +491,7 @@ sub addUser($) { chmod $mode, "$p$u->{home}"; } } - commands::chown_("-r", "$u->{uid}.$u->{gid}", "$p$u->{home}") + eval { commands::chown_("-r", "$u->{uid}.$u->{gid}", "$p$u->{home}") } if $u->{uid} != $u->{oldu} || $u->{gid} != $u->{oldg}; my $msec = "$o->{prefix}/etc/security/msec"; -- cgit v1.2.1