From owner-svn-src-head@freebsd.org Sat Aug 25 22:02:14 2018 Return-Path: Delivered-To: svn-src-head@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 478B510979AB; Sat, 25 Aug 2018 22:02:14 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f50.google.com (mail-it0-f50.google.com [209.85.214.50]) (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 DB8198394D; Sat, 25 Aug 2018 22:02:13 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f50.google.com with SMTP id h20-v6so6190629itf.2; Sat, 25 Aug 2018 15:02:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=qx8ISBtPgPXReJZ5YNpBy6yRni9DXbc+67oj5cCNrlE=; b=VrL7yduSgQ+R2kb84vmLNSRbXKXPG3oFZ1K7fYfoxgQgli3xOG/sNIh8Kol6qzhSMc o8ZI6Z4iaIHKGT6x/yS/QnUf8v0421aaLEZrrqig3ehG9THwESRowe8XxoTwUmFEQ5mg KYVOhK8k8jQs9jjurAB3xS6Bwer4MWDPj8X9JI+d6P7AjW5WC2HjnE8kE/0N4vLTcfXB CGfjnURsavOQFykazAEMloWrOj6pSzXOAGvzLOtiLIR9lOKpVMYRlRPeLdyBVtbUEHuz 96HJXW6vwHAzsOx7UBQLqF0vRHfPRmv+P2ck7GIt7K4j+7pyWFOmmnRgs609HRznfqqV /f9w== X-Gm-Message-State: APzg51CnESbqROxpwRcs4cv+dntHVXyKfrXpfhvAj0zJKAuBTCeBojY1 7rgdIiey16M8DH5Dtp1zCV8NduCT X-Google-Smtp-Source: ANB0VdblOkyttCriXS0A/7yLO6HxwR+D69KleXvk9V4YNGF8ySBIWVV5jDXhamz2CgF26DR+E/hn5Q== X-Received: by 2002:a24:1f06:: with SMTP id d6-v6mr2551362itd.54.1535234527236; Sat, 25 Aug 2018 15:02:07 -0700 (PDT) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com. [209.85.223.169]) by smtp.gmail.com with ESMTPSA id j14-v6sm3666795ioa.37.2018.08.25.15.02.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Aug 2018 15:02:06 -0700 (PDT) Received: by mail-io0-f169.google.com with SMTP id y3-v6so9912729ioc.5; Sat, 25 Aug 2018 15:02:06 -0700 (PDT) X-Received: by 2002:a6b:be46:: with SMTP id o67-v6mr5474118iof.143.1535234526715; Sat, 25 Aug 2018 15:02:06 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:b472:0:0:0:0:0 with HTTP; Sat, 25 Aug 2018 15:02:06 -0700 (PDT) In-Reply-To: References: <201808230506.w7N56RTX063052@repo.freebsd.org> From: Conrad Meyer Date: Sat, 25 Aug 2018 15:02:06 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r338238 - in head/sbin/init: . rc.d To: Warner Losh Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2018 22:02:14 -0000 On Sat, Aug 25, 2018 at 9:30 AM, Warner Losh wrote: > On Thu, Aug 23, 2018 at 3:32 PM Conrad Meyer wrote: >> On Wed, Aug 22, 2018 at 10:06 PM, Warner Losh wrote: >> > 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. Thanks! (That's what I was trying for with "kld names.") Best, Conrad