From owner-freebsd-stable@freebsd.org Wed Jan 18 02:02:05 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A078BCB490F for ; Wed, 18 Jan 2017 02:02:05 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-ot0-f174.google.com (mail-ot0-f174.google.com [74.125.82.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72F7613CC for ; Wed, 18 Jan 2017 02:02:04 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-ot0-f174.google.com with SMTP id 104so75523207otd.3 for ; Tue, 17 Jan 2017 18:02:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=O/9w29sv3z3lkeXwk/ALdH4dqhv+QotaksUG8IrFqWg=; b=lB12aqjryEnMTOX4zg+NpCCsbtJCrgNjbvVVOQ1Nsih1DrRssdODXZVGLB+yctJ5VB js6SKCJkMhnCaiXCIJBhDzD2rz4GnJTmUyuTTvvcitHRubtwZHp5fcufgGaV8ZziVWfG 93rDIna1UnfSc7XplX0RGt5ddIFjg5ePIe231QRmlV32Ct3oNo4BB4me3VafhJaBem8K BlAM6w8XgPAYZvW0SspTad03ykJzXEIwZyU8hb4AcUZrGUgOkCV9OZMhv9+BE7SwyGfl SISPufOnsnaPdN5LBObks0EUgW5uGhViJFISa4o9mJIMcpESUS8u0NTnL7FRuplEKjcL 4Afg== X-Gm-Message-State: AIkVDXJnVuWyx042/2Irb+/zqv/lAgtE9wZz4/gPuf6nPel6y35BvcM9XcwjrKGFrLzF0sf47XCus3ZCuRw7hA== X-Received: by 10.157.52.66 with SMTP id v60mr21642otb.61.1484693180452; Tue, 17 Jan 2017 14:46:20 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Eric Joyner Date: Tue, 17 Jan 2017 22:46:09 +0000 Message-ID: Subject: Re: buildworld build times 10-stable vs. 11-stable To: Jan Bramkamp , freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 02:02:05 -0000 On Mon, Jan 16, 2017 at 8:59 AM Jan Bramkamp wrote: > >/etc/src-env.conf`, instruct the kld rc.d script to load filemon with > `sysrc kld_list+=" filemon"` and use the rc.d script to load the kernel > module with `service kld start` (or reboot). > Why would you put that line in the kld rc.d script instead of putting 'kld_list="filemon"' in /etc/rc.conf?