Your message dated Wed, 2 Jun 2010 14:27:28 +0200 (CEST)
with message-id <[email protected]>
and subject line Re: Bug#582666: /etc/profile: suboptimal use of id(1)
has caused the Debian Bug report #582666,
regarding /etc/profile: suboptimal use of id(1)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
582666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582666
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: base-files
Version: 5.6
Severity: normal
The current /etc/profile runs id(1) two or three times, please assign
its output to a variable and use that.
--
ciao,
Marco
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On Mon, 24 May 2010, Marco d'Itri wrote:
> On May 24, Santiago Vila <[email protected]> wrote:
>
> > Hmm, why?
> It is easy and useful.
>
> > Are you trying to imply that optimizing for something other than speed
> > is unacceptable in *every* context?
> No, but since this script is run at every login it looks like a good
> optimization target to me.
Well, I've measured the "delay" on a computer which is several years old,
and it's in the order of a millisecond, something the user is not
going to notice, so no, it does not look a "good optimization target" to me.
Anyway, the current version does not set umask anymore. pam_umask will
take care of that.
--- End Message ---