From owner-svn-src-all@freebsd.org Sat Aug 25 16:30:29 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 607FA108FD01 for ; Sat, 25 Aug 2018 16:30:29 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B61BF78842 for ; Sat, 25 Aug 2018 16:30:28 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x231.google.com with SMTP id n18-v6so9525061ioa.9 for ; Sat, 25 Aug 2018 09:30:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=98XuvW7v7qaMpnL5sPM0y9Go7eodedmnVLidGIjUOCQ=; b=p/OGUD1Z2gC4lbc0G+qGSWJpGYNVXSsZ/e+sNMpjZ0+deXhhQh+6/FwItsKTucBykY dyF9mDh2RIp0R/kjVP3wlb8gdK0yjN7VIJb5YuTd2sfntK3trhZ50MqlVRtPcEEKpB6f 4ol6QFLCSC4W0wj2Xq89UVv+ZEspyNe4Hbgy2Ybf+k/266j2LaPgb/Fuq9oT/3YeZ+g8 TtlAw6BqMDKv466NMJw5xUvJvqdCGUrPVYUZckR6DDhge1w7NsK6bNG1mKuMt1lapSFl 6A00rc8IVMUqQUUdGTIr+PWv8PLhLNiUbREwd0glNngD57sVv/SKRUqDzflcob6BtFO5 51OQ== 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:cc; bh=98XuvW7v7qaMpnL5sPM0y9Go7eodedmnVLidGIjUOCQ=; b=gKHYKwQoB8Iq5pRywsO36xeuJXEtRaTUn/BN4UyduxfJUoxwzPc/ppMI65PvZxg0uL TpbN2RxWXtTHINLLIJMQWlJki4y+pRgMOH6ZBGBO23Nv4txl5Y1YACgc62diX5KFLENK HHjKiOLDidnfgRmhJaj5zOXpvIHBHpTHlCCVoTJ9cNjH7+nyP7La67JPq9OsSAv8WPq5 c7l0NKiKMnDGh3CnlzsoaBjTUEBncAWsP1KrS/pyCMSxwGgrGjy1DQMcc/bkbceIt8nS bSCJuWk5dgM4DltbOXzihHCUZ38wZAMm2EOLOyRRlP/2pBRISBrC2aIkAmlSGwWlFoFD Jg8g== X-Gm-Message-State: APzg51BZfWoYeP4Eg6Dl/nU/yj8GneKnzWJYUJ2Vv4uAAvr4gX17ltWY SsobiKqeZZBQNZfGs5EY6lS9yj7RLiqdYiyP9qeWDg== X-Google-Smtp-Source: ANB0Vdb6AFdE18MRd7r4uQVdUxY/LzfepdTVXCOTKAGKQ5cl2rQ6lTotO4ynZayL4r4xZ4lu9WG79A0TScy5tps5u5Y= X-Received: by 2002:a6b:d004:: with SMTP id x4-v6mr4813340ioa.299.1535214627944; Sat, 25 Aug 2018 09:30:27 -0700 (PDT) MIME-Version: 1.0 References: <201808230506.w7N56RTX063052@repo.freebsd.org> In-Reply-To: From: Warner Losh Date: Sat, 25 Aug 2018 10:30:17 -0600 Message-ID: Subject: Re: svn commit: r338238 - in head/sbin/init: . rc.d To: "Conrad E. Meyer" Cc: Warner Losh , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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: Sat, 25 Aug 2018 16:30:29 -0000 On Thu, Aug 23, 2018 at 3:32 PM Conrad Meyer wrote: > On Wed, Aug 22, 2018 at 10:06 PM, Warner Losh wrote: > > Author: imp > > Date: Thu Aug 23 05:06:27 2018 > > New Revision: 338238 > > URL: https://svnweb.freebsd.org/changeset/base/338238 > > > > Log: > > Implement blacklisting for devmatch > > > > devmatch_blacklist is a space separated list of modules (w/o the .ko > > or full path) to exclude from devmatch's processing. > > Are these module names, or kld names? They can be distinct and > represent distinct objects. (I think this should maybe be clarified > in the rc.conf comment.) > They are the exact filename part of the path (so foo.ko). I'll work up a diff an commit shortly. Warner