[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mandrake-cooker
Subject:    [Cooker] [Bug 22432] [rpm-helper] RESOLVED: bugs in /usr/share/rpm-helper/add-user makes add user if
From:       "rapsys () free ! fr" <bugzilla () qa ! mandrivalinux ! com>
Date:       2006-07-31 21:50:03
Message-ID: bug22432.20060731215003.475336 () qa ! mandriva ! com
[Download RAW message or body]



http://qa.mandriva.com/show_bug.cgi?id=22432





------- Additional Comments From rapsys@free.fr   -------
this is weight, the bash script error aren't blocking, but the Requires(post): 
makedev whould solve the issue

The problem is only an ordering issue in basesystem dependancy, it whould be 
enough to makes the things works...

Plz fix that problem at least, it don't bring problem at all and don't cost 
anything...

I will investigate for the bash install script, but I don't think it's 
important (and notice that's a realy little issue).

you may choose the other way of fixing it :
add the test in add-user, it's not important, both whould solve the issue, I 
just ask you to limit the breakage, you are free to remove it if there is any 
problem with that later


-- 
Configure bugmail: http://qa.mandriva.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


------- Reminder: -------
assigned_to: tvignaud@mandriva.com
status: RESOLVED
distribution: cooker
creation_date: 
description: 
I noticed a bug in /usr/share/rpm-helper/add-user script if the /dev/null file 
don't already exists (chroot install case)

It whould be great if it may be changed from the original to :
if [ -f /dev/null ]; then
/usr/sbin/useradd -r -M -s $shell -d $dir -c "system user for $pkg" $name 
> /dev/null 2>&1
else
/usr/sbin/useradd -r -M -s $shell -d $dir -c "system user for $pkg" $name
fi
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic