From owner-freebsd-current@freebsd.org Sat Aug 29 00:58:10 2015 Return-Path: Delivered-To: freebsd-current@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 B66C19C406B; Sat, 29 Aug 2015 00:58:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (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 82E901632; Sat, 29 Aug 2015 00:58:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcse8 with SMTP id se8so32393287igc.1; Fri, 28 Aug 2015 17:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=H7c/n+A8rf3s2/81PjtBtvhnAsgi8h4ZRO6yby9HY3g=; b=Bhm3MfZhCteH4j2ttqanzAzz1gESGJ/6SmsCvHOaFX2iPR8s3IvKPM8UFQ66QC+lEc 6FtH/FeiZ79o4bdTXVH5qJOkj20uxCHWuBSoGuv2Lxuigibae086JT9nOh3US7B7dHeR uY3z1JIwnsug8sS74qrBKH4seImpJk6AuammXO2IdtsEOp1n3iqlToZjHMpA81BljdGg cPBYcJ4OkYDH+YVZKgKGi8T4L1A6nXs5tYk1eMKvzqvaWWcF0VAV3H24bbj7boMcdKcl 8B0aqvD8nohkFXAWFtc4rdYI8Ix9FXQiebHSv2Q2THODS9XvbdiY8o5BtDVg2PZ1x7YT 9VPA== MIME-Version: 1.0 X-Received: by 10.50.43.227 with SMTP id z3mr5457092igl.22.1440809889921; Fri, 28 Aug 2015 17:58:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.28.208 with HTTP; Fri, 28 Aug 2015 17:58:09 -0700 (PDT) In-Reply-To: <1440808825.1619.18.camel@me.com> References: <1440808825.1619.18.camel@me.com> Date: Fri, 28 Aug 2015 17:58:09 -0700 X-Google-Sender-Auth: QBbSWs6oVWuPPyiceYMaft9DiWg Message-ID: Subject: Re: Notice: wifi infrastructure upgraded; time to mergemaster! From: Adrian Chadd To: Rui Paulo Cc: "freebsd-wireless@freebsd.org" , freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2015 00:58:10 -0000 rc.conf changes aren't needed, just the scripts. -a On 28 August 2015 at 17:40, Rui Paulo wrote: > On Fri, 2015-08-28 at 17:07 -0700, Adrian Chadd wrote: >> Hi, >> >> Gleb's wifi work is in -HEAD now. You'll notice that there's no wifi >> parent ifnet device now - you have to clone them to have things work. >> (ie, there's no ath0, iwn0, etc.) >> >> So, you need to update your rc.d scripts in order for things to work >> at startup, or they won't work. >> >> I've asked Gleb to update UPDATING with a notice so people aren't >> (completely) confused by the new behaviour. > > This is very bad. The commit log specifically says rc.conf changes are > not needed. There was zero thought given to the upgrade procedure... > > -- > Rui Paulo