From owner-cvs-src@FreeBSD.ORG Sat Nov 15 20:57:29 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 28A3E16A4CE; Sat, 15 Nov 2003 20:57:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1A643FBD; Sat, 15 Nov 2003 20:57:28 -0800 (PST) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG4vSXJ038398; Sat, 15 Nov 2003 20:57:28 -0800 (PST) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG4vSH1038397; Sat, 15 Nov 2003 20:57:28 -0800 (PST) (envelope-from gordon) Message-Id: <200311160457.hAG4vSH1038397@repoman.freebsd.org> From: Gordon Tetlow Date: Sat, 15 Nov 2003 20:57:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin Makefile.inc src/sbin Makefile.inc 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, 16 Nov 2003 04:57:29 -0000 gordon 2003/11/15 20:57:28 PST FreeBSD src repository Modified files: bin Makefile.inc sbin Makefile.inc Log: Change the default for binaries in /bin and /sbin from statically to dynamically linked. This has been a long time coming with the move of critical libraries from /usr/lib to /lib. If you don't feel comfortable with dynamically linked binaries in your root partition, now is the time to define NO_DYNAMICROOT in your make.conf. Approved by: re Revision Changes Path 1.19 +1 -1 src/bin/Makefile.inc 1.11 +1 -1 src/sbin/Makefile.inc