From owner-freebsd-commit Mon Feb 26 15:39:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27094 for freebsd-commit-outgoing; Mon, 26 Feb 1996 15:39:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27085 for cvs-all-outgoing; Mon, 26 Feb 1996 15:39:39 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA27065 Mon, 26 Feb 1996 15:39:23 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.4/8.7.3) with SMTP id PAA18913; Mon, 26 Feb 1996 15:38:49 -0800 (PST) Message-Id: <199602262338.PAA18913@precipice.shockwave.com> X-Mailer: exmh version 1.6.5 12/11/95 To: asami@cs.berkeley.edu (Satoshi Asami) cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/ld/ldconfig ldconfig.c In-reply-to: Your message of "Mon, 26 Feb 1996 14:38:02 PST." <199602262238.OAA13334@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 26 Feb 1996 15:38:48 -0800 From: Paul Traina Sender: owner-commit@FreeBSD.ORG Precedence: bulk > * But that's not the case, it -never- worked properly, ldconfig just > * barfed if it found a dot before the .so. > > So what's wrong with taking out the dot like in tcl74/tk40? Because that is NOT the standard of the port. To change it involved a LOT of code (I wrote all the diffs to do this the first time), but our previous behavior is a -bug-. > > * In any case, I think > * using libfoo.so.n.n is much more portable among various unix > * flavors. > > Well then we didn't need this change anyway. :) Not if n is dotted, which was the case here. :-) > > Satoshi