From owner-freebsd-stable@FreeBSD.ORG Tue Jul 15 16:27:20 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93F9B5BA for ; Tue, 15 Jul 2014 16:27:20 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 473C027F1 for ; Tue, 15 Jul 2014 16:27:19 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 8DBB6B9065 for ; Tue, 15 Jul 2014 18:27:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:message-id:subject:subject:from:from:date:date :received:received; s=mimar-0901; t=1405441625; x=1407256026; bh=aI5W9wrmNqwnFrHMdAYu3Pjn/qaUA6CLiu2LSsSCJkA=; b=SFhUl3mp1kuj kmYpidfIxkniz5kKouXBLRkYcA7WjH6Mcq9BJaRDuaE9ulZXLvlZEqY+53I1ig/D MTpVNdF7nMSkyEf3a9tvRP5/Ffh31h/q3Ek3eSO/1PcPZ5ZdGgzdtgXDhm0bJW6X I+zz781HuZmq0moAaHXgadLrRtCjjok= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wrII4xsRNWo9 for ; Tue, 15 Jul 2014 18:27:05 +0200 (CEST) Received: from daremyth (77-46-245-9.dynamic.isp.telekom.rs [77.46.245.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 60EDAB905E for ; Tue, 15 Jul 2014 18:27:04 +0200 (CEST) Date: Tue, 15 Jul 2014 18:25:52 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: stable@freebsd.org Subject: rc.conf duplicate dumpdev record Message-Id: <20140715182552.d42767c43f20ef691015ae16@mimar.rs> X-Mailer: Sylpheed 3.4.0beta7 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 16:27:20 -0000 Hi, I am wondering since 9.0 why is dumpdev=3D"NO" inserted into /etc/rc.conf during install in which one doesn't opt for dump partition, even when the same line already exists in /etc/defaults/rc.conf. Is there a reason for this? --=20 Marko Cupa=C4=87