From owner-freebsd-current Fri May 10 13:40:03 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA21922 for current-outgoing; Fri, 10 May 1996 13:40:03 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA21853 Fri, 10 May 1996 13:39:55 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id WAA17296; Fri, 10 May 1996 22:39:51 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA04760; Fri, 10 May 1996 22:39:51 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id WAA25186; Fri, 10 May 1996 22:27:25 +0200 (MET DST) From: J Wunsch Message-Id: <199605102027.WAA25186@uriah.heep.sax.de> Subject: Re: init vs libcrypt To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Fri, 10 May 1996 22:27:23 +0200 (MET DST) Cc: markm@FreeBSD.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199605100759.RAA02883@godzilla.zeta.org.au> from Bruce Evans at "May 10, 96 05:59:48 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > init now links to libscrypt in the !secure case. This defeats the point > of the libcrypt -> libscrypt link. I never understood why it cannot simply link -lcrypt, and let the symlink decide which one to use. Some trickery will be needed for ``make release'' in order to get both versions built, but that's another matter. I've once conditionalized some Makefiles on RELEASEDIR since this happens to be always set while building a release. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)