From owner-cvs-src@FreeBSD.ORG Sun Aug 17 11:50:57 2003 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 6B9DF37B401; Sun, 17 Aug 2003 11:50:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028C243F3F; Sun, 17 Aug 2003 11:50:57 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7HIou0U003365; Sun, 17 Aug 2003 11:50:56 -0700 (PDT) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7HIouiV003364; Sun, 17 Aug 2003 11:50:56 -0700 (PDT) Message-Id: <200308171850.h7HIouiV003364@repoman.freebsd.org> From: Gordon Tetlow Date: Sun, 17 Aug 2003 11:50:56 -0700 (PDT) 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, 17 Aug 2003 18:50:57 -0000 gordon 2003/08/17 11:50:56 PDT FreeBSD src repository Modified files: libexec/rtld-elf Makefile Log: Don't forget to chflags noschg the existing binary so we can symlink over it safely. Pointed out by: yosimoto@waishi.jp Revision Changes Path 1.22 +5 -0 src/libexec/rtld-elf/Makefile