On Fri, Jun 3, 2011 at 3:55 AM, Dong, Junfeng <[email protected]> wrote: > Then I will revoke this. And resubmit the part for gcc only.
on top of the comments below, you are modifying an init.d script this package needs to be converted to systemd. The init.d script is dead weight and needs to be removed. Auke > > Junfeng > > -----Original Message----- > From: Arjan van de Ven [mailto:[email protected]] > Sent: Friday, June 03, 2011 6:31 PM > To: [email protected] > Cc: Dong, Junfeng; Ware, Ryan R > Subject: Re: [meego-commits] 19864: Changes to Trunk:Testing/trousers > >> Hi, >> I have made the following changes to trousers in project Trunk:Testing. >> Please review and accept ASAP. >> >> Thank You, >> Dong Jun-feng >> >> } >> # add user tss >> -/usr/sbin/useradd -r tss || { >> +/usr/sbin/useradd -r -g tss -d /dev/null -s /sbin/nologin tss || { >> RC=$? >> case $RC in >> 9) # user 'tss' already exists >> > packages *really* should not be adding users like this.. > > Ryan, can you take care of this one from the setup package, so that this > package doesn't have to do these nasty things ? > > _______________________________________________ > MeeGo-packaging mailing list > [email protected] > http://lists.meego.com/listinfo/meego-packaging > _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
