From owner-svn-src-all@freebsd.org Wed Jul 4 23:44:28 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A8301029513; Wed, 4 Jul 2018 23:44:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (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 248F679862; Wed, 4 Jul 2018 23:44:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x242.google.com with SMTP id l7-v6so6100727ioj.1; Wed, 04 Jul 2018 16:44:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=D+5rSZioY2v38ZosgZdENulGQONJIdeGOofeGa4Ln/U=; b=FA5v6WKwTQuq5fmKGP67oRRIMWdbNxkNE6pNw7Dn33LTlNapnunFlxbEKxVnseSWCB QaaY3PoH5nAq5VDnIS5Vh7xD3a0c9AHc2CrDSFFCRUT9W9AifNXsHr+S6DmZ56hE9Wfj ptabU2nGhK2b05zgdVR+xsGsDjB/GDm4m5Zs7xpWYOgCxInoZRuWyQudZp3Lz3Ddocj5 7sYComOTNRM+o5Rv/TtZJhO8OrACEFBH6l8fkCCNZRLixHJG4LtSZqqdL1W7IWb8S9sH l84697CBeAqgYkGqJgoD5HWpwTtCLMwDEXfFoZy+2G+fzYOotJXvAWFAtRXB2nELyuHF l0lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=D+5rSZioY2v38ZosgZdENulGQONJIdeGOofeGa4Ln/U=; b=ll8A+xPeI4/YRVSyPpoNiPCG1p1D7BIXepyOwcbQxqoqUNBTCC5rcUNYbTw24LG5on ObeCS4QO7o5pmWX10qVdCPkva3TalB6DE/lD1eutHsE9n7NZI/pE7z387FvwWU3Cq7u3 LcPBWS8eLHa30kiTL6/bqGLJOg144O0EmmN8V/x68nj6UK+VCYBsnEy+xO2w4u4bbm0m zNfxvkMgP3ZqV8CKhjqxAImz07o8MMq4vCem/OMqeqMW4PoDzqVix0XzN78GaVz0Tkzv n+tcVswoiOZdYAPFKEmVX1ZHx0Jin+ixb+FGCBqgpLcRaadEmG1jD6zsRIg1ip7auZiN FkLQ== X-Gm-Message-State: AOUpUlHn41/po6lLeBgaLcX6LJqNXmGasAgMDANIC0R6xuUYd4J1QimM l5Ug6gGKQSFTFAnacfzCGx6BI3i6imhdcIYd3G61cg== X-Google-Smtp-Source: AAOMgpeP5m6oha6MmbnqoGqkNhahMV66nbaeX05aOn/DOGIksasK1blSZ+QKocKtpx7dFV2/vZOXDEwT1I4vqP7s6AI= X-Received: by 2002:a6b:3e46:: with SMTP id l67-v6mr3006090ioa.294.1530747867369; Wed, 04 Jul 2018 16:44:27 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:290d:0:0:0:0:0 with HTTP; Wed, 4 Jul 2018 16:44:06 -0700 (PDT) In-Reply-To: <201807041718.w64HIZOg022778@repo.freebsd.org> References: <201807041718.w64HIZOg022778@repo.freebsd.org> From: Ed Maste Date: Wed, 4 Jul 2018 19:44:06 -0400 X-Google-Sender-Auth: lW-CgmM65dW6OCfiO2aGIl_QSgs Message-ID: Subject: Re: svn commit: r335963 - in head: etc share/mk tools/build/mk tools/build/options To: Sean Bruno Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 23:44:28 -0000 On 4 July 2018 at 13:18, Sean Bruno wrote: > Author: sbruno > Date: Wed Jul 4 17:18:35 2018 > New Revision: 335963 > URL: https://svnweb.freebsd.org/changeset/base/335963 > > Log: > WITHOUT_SERVICESDB: > > Add src.conf knob to disable the installation of /var/db/services.db > > Default to leaving services.db in place, but allow the removal of the > file and its creation with a src.conf knob. > > This file ends up being 2MB in size. For small systems this is a waste > of space but its a tradeoff. I'm happy to have this knob, but we ought to also see if we can reduce the size of services.db - it seems quite silly for it to be 2MB.