Report forwarded to debian-bugs-dist@lists.debian.org, Michael Stone <mstone@debian.org>:
Bug#69432; Package fileutils.   debian-bugs-dist@lists.debian.orgMichael Stone  Subject: Bug#69432: ls, dir, vdir should be hardlinked together Reply-To: Thiemo Seufer , 69432@bugs.debian.org Resent-From: Thiemo Seufer Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Michael Stone Resent-Date: Sat, 19 Aug 2000 18:33:01 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 69432 X-Debian-PR-Package: fileutils X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by bugs@bugs.debian.org id=B.9667095965908 (code B ref -1); Sat, 19 Aug 2000 18:33:01 GMT Date: Sat, 19 Aug 2000 20:26:34 +0200 From: Thiemo Seufer To: submit@bugs.debian.org Message-ID: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Delivered-To: submit@bugs.debian.org Package: fileutils Version: 4.0l-8 Severity: wishlist ls, dir and vdir are currently three separate binaries created from the same code (except of three simple header files). A more elegant way would be to hardlink these to the same binary which changes it's default operation by checking argv[0]. regards, Thiemo   Acknowledgement sent to Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>:
New Bug report received and forwarded. Copy sent to Michael Stone <mstone@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Thiemo Seufer Subject: Bug#69432: Acknowledgement (ls, dir, vdir should be hardlinked together) Message-ID: In-Reply-To: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> References: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> X-Debian-PR-Message: ack 69432 Thank you for the problem report you have sent regarding Debian. 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. Your message has been sent to the package maintainer(s): Michael Stone If you wish to submit further information on your problem, please send it to 69432@bugs.debian.org (and *not* to bugs@bugs.debian.org). 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. Darren Benham (administrator, Debian Bugs database)   Received: (at submit) by bugs.debian.org; 19 Aug 2000 18:26:36 +0000 From ica2_ts@csv.ica.uni-stuttgart.de Sat Aug 19 13:26:36 2000 Return-path: Received: from iris1.csv.ica.uni-stuttgart.de [::ffff:129.69.118.2] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13QDKG-0001Ws-00; Sat, 19 Aug 2000 13:26:36 -0500 Received: from rembrandt.csv.ica.uni-stuttgart.de (rembrandt.csv.ica.uni-stuttgart.de [129.69.118.42]) by iris1.csv.ica.uni-stuttgart.de (8.9.3/8.9.3) with ESMTP id UAA22433 for ; Sat, 19 Aug 2000 20:26:35 +0200 (MDT) Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.12 #1 (Debian)) id 13QDKE-0006y6-00 for ; Sat, 19 Aug 2000 20:26:34 +0200 Date: Sat, 19 Aug 2000 20:26:34 +0200 From: Thiemo Seufer To: submit@bugs.debian.org Subject: ls, dir, vdir should be hardlinked together Message-ID: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Delivered-To: submit@bugs.debian.org Package: fileutils Version: 4.0l-8 Severity: wishlist ls, dir and vdir are currently three separate binaries created from the same code (except of three simple header files). A more elegant way would be to hardlink these to the same binary which changes it's default operation by checking argv[0]. regards, Thiemo   Information forwarded to debian-bugs-dist@lists.debian.org, Michael Stone <mstone@debian.org>:
Bug#69432; Package fileutils.   debian-bugs-dist@lists.debian.orgMichael Stone  Subject: Bug#69432: ls, dir, vdir should be hardlinked together Reply-To: Peter Samuelson , 69432@bugs.debian.org Resent-From: Peter Samuelson Resent-To: debian-bugs-dist@lists.debian.org Resent-CC: Michael Stone Resent-Date: Sat, 19 Aug 2000 19:03:07 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 69432 X-Debian-PR-Package: fileutils X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 69432-bugs@bugs.debian.org id=B69432.96671116511101 (code B ref 69432); Sat, 19 Aug 2000 19:03:07 GMT From: Peter Samuelson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 19 Aug 2000 13:52:39 -0500 (CDT) To: Thiemo Seufer , 69432@bugs.debian.org References: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid X-Face: ?*2Jm8R'OlE|+C~V>u$CARJyKMOpJ"^kNhLusXnPTFBF!#8,jH/#=Iy(?ehN$jH }x;J6B@[z.Ad\Be5RfNB*1>Eh.'R%u2gRj)M4blT]vu%^Qq Delivered-To: 69432@bugs.debian.org [Thiemo Seufer ] > ls, dir and vdir are currently three separate binaries created from > the same code (except of three simple header files). A more elegant > way would be to hardlink these to the same binary which changes it's > default operation by checking argv[0]. See #16312 and #43311. The GNU Project generally disagrees with using hardlinks (or symlinks) to distinguish between different binaries. The argument is that you may wish to install things under another name, like `gls' or `gdir', to distinguish GNU tools from the standard system tools. Granted, this is not an issue with Debian.... Peter   Acknowledgement sent to Peter Samuelson <peter@cadcamlab.org>:
Extra info received and forwarded to list. Copy sent to Michael Stone <mstone@debian.org>.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Peter Samuelson Subject: Bug#69432: Info received (was Bug#69432: ls, dir, vdir should be hardlinked together) Message-ID: In-Reply-To: <14750.54677.182637.67781@wire.cadcamlab.org> References: <14750.54677.182637.67781@wire.cadcamlab.org> X-Debian-PR-Message: ack-info-maintonly 69432 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. Your message has been sent to the package maintainer(s): Michael Stone If you wish to continue to submit further information on your problem, please send it to 69432@bugs.debian.org, as before. 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. Darren Benham (administrator, Debian Bugs database)   Received: (at 69432) by bugs.debian.org; 19 Aug 2000 18:52:45 +0000 From peter@cadcamlab.org Sat Aug 19 13:52:45 2000 Return-path: Received: from marcus.niar.twsu.edu (wire.cadcamlab.org) [::ffff:156.26.20.181] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13QDjZ-0002sz-00; Sat, 19 Aug 2000 13:52:45 -0500 Received: from peter by wire.cadcamlab.org with local (Exim 3.12 #1 (Debian)) id 13QDjT-0004LH-00; Sat, 19 Aug 2000 13:52:39 -0500 From: Peter Samuelson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 19 Aug 2000 13:52:39 -0500 (CDT) To: Thiemo Seufer , 69432@bugs.debian.org Subject: Re: Bug#69432: ls, dir, vdir should be hardlinked together References: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid X-Face: ?*2Jm8R'OlE|+C~V>u$CARJyKMOpJ"^kNhLusXnPTFBF!#8,jH/#=Iy(?ehN$jH }x;J6B@[z.Ad\Be5RfNB*1>Eh.'R%u2gRj)M4blT]vu%^Qq Delivered-To: 69432@bugs.debian.org [Thiemo Seufer ] > ls, dir and vdir are currently three separate binaries created from > the same code (except of three simple header files). A more elegant > way would be to hardlink these to the same binary which changes it's > default operation by checking argv[0]. See #16312 and #43311. The GNU Project generally disagrees with using hardlinks (or symlinks) to distinguish between different binaries. The argument is that you may wish to install things under another name, like `gls' or `gdir', to distinguish GNU tools from the standard system tools. Granted, this is not an issue with Debian.... Peter   Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#69432; Package fileutils.   debian-bugs-dist@lists.debian.org  Subject: Bug#69432: ls, dir, vdir should be hardlinked together Reply-To: Michael Stone , 69432@bugs.debian.org Resent-From: Michael Stone Resent-To: debian-bugs-dist@lists.debian.org Resent-Date: Sat, 19 Aug 2000 20:18:01 GMT Resent-Message-ID: Resent-Sender: owner@bugs.debian.org X-Debian-PR-Message: report 69432 X-Debian-PR-Package: fileutils X-Debian-PR-Keywords: X-Loop: owner@bugs.debian.org Received: via spool by 69432-bugs@bugs.debian.org id=B69432.96671619117427 (code B ref 69432); Sat, 19 Aug 2000 20:18:01 GMT Date: Sat, 19 Aug 2000 16:16:27 -0400 From: Michael Stone To: Peter Samuelson , 69432@bugs.debian.org Cc: Thiemo Seufer Message-ID: <20000819161626.D11334@justice.loyola.edu> References: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> <14750.54677.182637.67781@wire.cadcamlab.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <14750.54677.182637.67781@wire.cadcamlab.org>; from Peter Samuelson on Sat, Aug 19, 2000 at 01:52:39PM -0500 Delivered-To: 69432@bugs.debian.org On Sat, Aug 19, 2000 at 01:52:39PM -0500, Peter Samuelson wrote: > See #16312 and #43311. The GNU Project generally disagrees with using > hardlinks (or symlinks) to distinguish between different binaries. The > argument is that you may wish to install things under another name, > like `gls' or `gdir', to distinguish GNU tools from the standard system > tools. Granted, this is not an issue with Debian.... And frankly, I don't care that much about saving 80k. It's not a big deal and it's not worth worrying about. -- Mike Stone   Acknowledgement sent to Michael Stone <mstone@debian.org>:
Extra info received and forwarded to list.   -t  From: owner@bugs.debian.org (Debian Bug Tracking System) To: Michael Stone Subject: Bug#69432: Info received (was Bug#69432: ls, dir, vdir should be hardlinked together) Message-ID: In-Reply-To: <20000819161626.D11334@justice.loyola.edu> References: <20000819161626.D11334@justice.loyola.edu> X-Debian-PR-Message: ack-info-maintonly 69432 Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the developer(s) and to the developers mailing list to accompany the original report. If you wish to continue to submit further information on your problem, please send it to 69432@bugs.debian.org, as before. 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. Darren Benham (administrator, Debian Bugs database)   Received: (at 69432) by bugs.debian.org; 19 Aug 2000 20:16:31 +0000 From mstone@justice.loyola.edu Sat Aug 19 15:16:31 2000 Return-path: Received: from justice.loyola.edu [::ffff:144.126.178.227] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 13QF2c-0004X0-00; Sat, 19 Aug 2000 15:16:30 -0500 Received: (from mstone@localhost) by justice.loyola.edu (8.9.3/8.9.3/Debian/GNU) id QAA24238; Sat, 19 Aug 2000 16:16:27 -0400 Date: Sat, 19 Aug 2000 16:16:27 -0400 From: Michael Stone To: Peter Samuelson , 69432@bugs.debian.org Cc: Thiemo Seufer Subject: Re: Bug#69432: ls, dir, vdir should be hardlinked together Message-ID: <20000819161626.D11334@justice.loyola.edu> References: <20000819202634.A25753@rembrandt.csv.ica.uni-stuttgart.de> <14750.54677.182637.67781@wire.cadcamlab.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <14750.54677.182637.67781@wire.cadcamlab.org>; from Peter Samuelson on Sat, Aug 19, 2000 at 01:52:39PM -0500 Delivered-To: 69432@bugs.debian.org On Sat, Aug 19, 2000 at 01:52:39PM -0500, Peter Samuelson wrote: > See #16312 and #43311. The GNU Project generally disagrees with using > hardlinks (or symlinks) to distinguish between different binaries. The > argument is that you may wish to install things under another name, > like `gls' or `gdir', to distinguish GNU tools from the standard system > tools. Granted, this is not an issue with Debian.... And frankly, I don't care that much about saving 80k. It's not a big deal and it's not worth worrying about. -- Mike Stone   Tags added: wontfix Request was from Thomas Hood <jdthood@yahoo.co.uk> to control@bugs.debian.org.   Received: (at control) by bugs.debian.org; 23 Dec 2005 22:50:41 +0000 From jdthood@yahoo.co.uk Fri Dec 23 14:50:40 2005 Return-path: Received: from smtp-out1.tiscali.nl ([195.241.79.176]) by spohr.debian.org with esmtp (Exim 4.50) id 1EpvkG-0002CW-8O for control@bugs.debian.org; Fri, 23 Dec 2005 14:50:40 -0800 Received: from [82.171.132.56] (helo=82-171-132-56.dsl.ip.tiscali.nl) by smtp-out1.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl) id 1EpvkF-00048z-T9 for ; Fri, 23 Dec 2005 23:50:39 +0100 Received: from [127.0.0.1] (localhost [127.0.0.1]) by 82-171-132-56.dsl.ip.tiscali.nl (Postfix) with ESMTP id 96409BFA67 for ; Fri, 23 Dec 2005 23:50:32 +0100 (CET) Message-ID: <43AC7F38.9040704@yahoo.co.uk> Date: Fri, 23 Dec 2005 23:50:32 +0100 From: Thomas Hood User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: control@bugs.debian.org Subject: housekeeping X-Enigmail-Version: 0.92.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Delivered-To: control@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-4.0 required=4.0 tests=BAYES_00,ONEWORD, VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2005_01_02 tags 68921 wontfix tags 61011 wontfix merge 224673 55218 tags 69432 wontfix severity 270139 normal merge 270139 317503 merge 162921 97260 merge 173065 146208 tags 132477 patch merge 68603 132477 tags 283638 wontfix tags 263386 wontfix retitle 255678 coreutils: du: Please implement sorted (by size) output option tags 251952 wontfix tags 341912 confirmed upstream tags 261552 wontfix tags 214975 wontfix stop 68921: Users shouldn't ask coreutils maintainers to put work into recognizing options after signed integer operands 61011: date(1) is certainly not the place to discuss architecture dependent issues such as clock implementations. 69432: Maintainer has said he won't fix 283638: Utterly trivial 263386: seq is not likely to be moved to /bin 251952: Very trivial 261552: There is an option that prevents line breaking 214975: No reason put effort into improving devfs support