From 914965c2942201048f37b5fecadf65660024da5c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:54:10 +0000 Subject: (urpmi_command) kill unused arg --- iurt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index f17100c..74acffc 100755 --- a/iurt2 +++ b/iurt2 @@ -742,7 +742,7 @@ if ($run{shell}) { add_local_user($chroot_tmp, \%run, $config, $luser, $run{uid}) or die "FATAL $program_name: could not add local user"; #$urpmi->set_command($chroot_tmp); - $urpmi->urpmi_command($chroot_tmp, $luser); + $urpmi->urpmi_command($chroot_tmp); $urpmi->install_packages('chroot', $chroot_tmp, $local_spool, \%pack_provide, 'configure', "[ADMIN] installation of urpmi and sudo failed in the chroot $run{my_arch}", { check => 1, maintainer => $config->{admin} }, 'urpmi', 'sudo') or die "FATAL $program_name: could not add urpmi and sudo in the chroot"; add_sudoers($chroot_tmp, $luser); @@ -838,7 +838,7 @@ retry: $chroot_tmp, $chroot_tar) or next; } - if (!$urpmi->urpmi_command($chroot_tmp, $luser)) { + if (!$urpmi->urpmi_command($chroot_tmp)) { plog('DEBUG', "Creating chroot failed.\nCommand was: $chroot_tmp"); next; } -- cgit v1.2.1