From owner-cvs-src@FreeBSD.ORG Sun Nov 14 21:14:06 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC69016A4CE; Sun, 14 Nov 2004 21:14:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E0A43D2F; Sun, 14 Nov 2004 21:14:06 +0000 (GMT) (envelope-from schweikh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAELE6Lu017755; Sun, 14 Nov 2004 21:14:06 GMT (envelope-from schweikh@repoman.freebsd.org) Received: (from schweikh@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAELE6ka017754; Sun, 14 Nov 2004 21:14:06 GMT (envelope-from schweikh) Message-Id: <200411142114.iAELE6ka017754@repoman.freebsd.org> From: Jens Schweikhardt Date: Sun, 14 Nov 2004 21:14:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 21:14:06 -0000 schweikh 2004-11-14 21:14:06 UTC FreeBSD src repository Modified files: libexec/rtld-elf Makefile Log: Revert previous commit. As ru explains: In the old world (as the surrounding comment in makefile says), there was the /usr/libexec/ld-elf.so.1 binary which is now a symlink to /libexec/ld-elf.so.1. To symlink, we need to make sure that the _target_ (and the target is /usr/libexec/ld-elf.so.1) doesn't have "schg" flag set. A real solution is to protect the chflags call only if target exists, like we do in usr.bin/tip/tip/Makefile. Requested by: ru Revision Changes Path 1.35 +1 -1 src/libexec/rtld-elf/Makefile