From owner-cvs-src@FreeBSD.ORG Sat Dec 3 14:37:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 832B416A41F; Sat, 3 Dec 2005 14:37:24 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3602643D46; Sat, 3 Dec 2005 14:37:24 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB3EbONC045927; Sat, 3 Dec 2005 14:37:24 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB3EbONJ045926; Sat, 3 Dec 2005 14:37:24 GMT (envelope-from philip) Message-Id: <200512031437.jB3EbONJ045926@repoman.freebsd.org> From: Philip Paeps Date: Sat, 3 Dec 2005 14:37:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/sysinstall installUpgrade.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 03 Dec 2005 14:37:24 -0000 philip 2005-12-03 14:37:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall installUpgrade.c Log: MFC r1.85: Preserve /etc/sysctl.conf when doing a binary update. This prevents, for instance, the dreaded shared memory problem in PostgreSQL coming back to haunt you after a binary update. Revision Changes Path 1.84.6.1 +1 -0 src/usr.sbin/sysinstall/installUpgrade.c