Debian bug report logs - #1411, boring messages


Message sent to debian-devel@pixar.com:


Subject: Bug#1411: perlconfig misses an opportunity to use xargs
Reply-To: Ian Jackson <iwj10@cus.cam.ac.uk>, debian-bugs@pixar.com
Resent-From: Ian Jackson <iwj10@cus.cam.ac.uk>
Resent-To: debian-devel@pixar.com
Resent-Date: Thu, 21 Sep 1995 08:18:12 GMT
Resent-Message-ID: <debian-bugs-handler.1411.B09210810580@pixar.com>
Resent-Sender: iwj10@cus.cam.ac.uk
X-Debian-PR-Package: perl
X-Debian-PR-Keywords: 
Received: via spool for debian-bugs; Thu, 21 Sep 1995 08:18:12 GMT
Received: with rfc822 via encapsulated-mail; Thu, 21 Sep 1995 08:10:56 GMT
Received: from pixar.com by mongo.pixar.com with smtp
	(Smail3.1.28.1 #15) id m0svYq3-000G6xA; Wed, 20 Sep 95 16:46 PDT
Received: from bootes.cus.cam.ac.uk by pixar.com with SMTP id AA03211
  (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Wed, 20 Sep 1995 16:45:45 -0700
Received: by bootes.cus.cam.ac.uk
	(Smail-3.1.29.0 #36) id m0svYpj-000C0VA; Thu, 21 Sep 95 00:45 BST
Received: by chiark
	id <m0svYFu-0002ZjA@chiark.al.cl.cam.ac.uk>
	(Debian /\oo/\ Smail3.1.29.1 #29.33); Thu, 21 Sep 95 00:08 BST
Message-Id: <m0svYFu-0002ZjA@chiark.al.cl.cam.ac.uk>
Date: Thu, 21 Sep 95 00:08 BST
From: Ian Jackson <iwj10@cus.cam.ac.uk>
To: Debian bugs submission address <debian-bugs@pixar.com>
Precedence: air-mail

Package: perl
Version: 5.001-3

 find /usr/lib/perl5/i486-linux -type f -exec chmod 644 {} \;
 find /usr/lib/perl5/i486-linux -type d -exec chmod 755 {} \;

This would be a lot faster as

 find /usr/lib/perl5/i486-linux -type f -print0 | xargs -r0 chmod 644
 find /usr/lib/perl5/i486-linux -type d -print0 | xargs -r0 chmod 755

perlconfig is slow enough as it is.  Also, shouldn't it be in
/usr/sbin/perlconfig, rather than /usr/bin ?

Ian.


Message sent:


From: iwj10@thor.cam.ac.uk (Ian Jackson)
To: Ian Jackson <iwj10@cus.cam.ac.uk>
Subject: Bug#1411: Acknowledgement (was: perlconfig misses an opportunity to use xargs)
In-Reply-To: <m0svYFu-0002ZjA@chiark.al.cl.cam.ac.uk>
References: <m0svYFu-0002ZjA@chiark.al.cl.cam.ac.uk>

Thank you for the problem report you have sent regarding Debian GNU/Linux.
This is an automatically generated reply, to let you know your message has
been received.  It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.

If you wish to submit further information on your problem, please send
it to debian-bugs@pixar.com, but please ensure that the Subject
line of your message starts with "Bug#1411" or "Re: Bug#1411" so that
we can identify it as relating to the same problem.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.

Ian Jackson
(maintainer, debian-bugs)


Ian Jackson / iwj10@thor.cam.ac.uk, with the debian-bugs tracking mechanism
This page last modified 07:43:01 GMT Wed 01 Nov