From owner-freebsd-bugs Tue Jan 9 16:05:16 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA20199 for bugs-outgoing; Tue, 9 Jan 1996 16:05:16 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA20189 for ; Tue, 9 Jan 1996 16:05:09 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14594(11)>; Tue, 9 Jan 1996 16:04:23 PST Received: by crevenia.parc.xerox.com id <177478>; Tue, 9 Jan 1996 16:04:08 -0800 From: Bill Fenner To: bugs@freebsd.org Subject: 2.1 upgrade installs strange /usr/lib/libcrypt* links Message-Id: <96Jan9.160408pst.177478@crevenia.parc.xerox.com> Date: Tue, 9 Jan 1996 16:03:55 PST Sender: owner-bugs@freebsd.org Precedence: bulk I just installed the 2.1 upgrade, and have the following links in /usr/lib: libcrypt.a -> libscrypt.a libcrypt.so.2.0 -> libscrypt.so.2.0 libcrypt_p.a -> libdescrypt_p.a Now, since symlinks don't have their own times, I can't tell if the install actually created the descrypt link, or if it just left the old one there -- in either case, this is an oversight, and these links should all be consistent... Bill