From owner-cvs-all Thu Jan 29 03:02:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16538 for cvs-all-outgoing; Thu, 29 Jan 1998 03:02:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16533; Thu, 29 Jan 1998 03:02:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15874; Thu, 29 Jan 1998 03:01:32 -0800 (PST) Date: Thu, 29 Jan 1998 03:01:32 -0800 (PST) Message-Id: <199801291101.DAA15874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc rc rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" obrien 1998/01/29 03:01:31 PST Modified files: (Branch: RELENG_2_2) etc rc rc.conf Log: Change my $ldconfig_extra_libdirs to $ldconfig_paths to match the name used in -CURRENT. Note the semantics are still 2.2.x's in that /usr/compat, /usr/local, and /usr/X11R6 are still in rc and not rc.conf. (thus making $ldconfig_paths entirely optional. Bring in $clear_tmp_enable from -STABLE while I'm here. Revision Changes Path 1.104.2.31 +24 -3 src/etc/rc 1.1.2.32 +3 -2 src/etc/rc.conf