From owner-freebsd-pkgbase@freebsd.org Sun May 29 09:00:25 2016 Return-Path: Delivered-To: freebsd-pkgbase@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 54733B512A7 for ; Sun, 29 May 2016 09:00:25 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 EBE131BB8; Sun, 29 May 2016 09:00:24 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id n129so46126709wmn.1; Sun, 29 May 2016 02:00:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=iH1HW+Mvgtypil5Yb2j7DiJl6zjXAGjwe4Mq2eDE/mg=; b=yO3KooUgBuxdgUg30Yhu/chOo/G9nY8m/1CXIEEAPjYlGkSP6FUylZRk64o7Mt+1HG +ajdF2LoIVhbQtNmUjX8lbcDYx0InyaMZ15DQnTuPGopdjzpqxTkkN/8vCbY7hLtgXz2 v+0Ucjsh2DeRlE6MR7LIm4IHyussPxb8EzNBifzMB4eXuvZFTkb9JQHgeUMV+fqTU3V/ jNtsIdLWEj2lwenvvjgC+4wPhau8ikMsg2g5NLmYaNCfS2CPgPBTLvN+tQ6DgSEYy/Nd MRlXUHFzjpyQjRDdx9fVNpvczMWkGFwKAIrOxCwRolUuTGQvXXnlQwtq5ABKz8pxPLaa i2VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=iH1HW+Mvgtypil5Yb2j7DiJl6zjXAGjwe4Mq2eDE/mg=; b=ic7t5nZ4h/w6tnp/lUqIpNo3OcQayS29O0Vdl3W7USyn7Q2hywQ8cnnSEfZ4EmT5QA fbNj+hHsamkHU6x6WaunrCuhf8uZCgYW018jgUEBihrOCMxqPz6im6UjibnRWEnt9jOm KxPs+REaUHCHWBVLONf4ctVrCXAOu1XrsFfWcFw1VXNQLPSr9Ameb4BvFprM1/iksflM DxZgeyE3vKso12pm1dtKTt+j+JF0zlCqf5YX1FBgu0OTaNNwQCz6T1he5MurjII2Iyh4 efYH/Wza5oxWBCjCovMf/4yPUpHcaXb4FnchY/lBpwLl1GNmzN6PAc35f+jBYODWBw4j 10mA== X-Gm-Message-State: ALyK8tIl+TFc7t0nMtqmB4RYPLCGqOhsmyoyfLbuE5392Af1SWTh5PPb4JCqMo+S85h4DKssicFUzWM1gwza8Q== MIME-Version: 1.0 X-Received: by 10.194.79.69 with SMTP id h5mr23938887wjx.129.1464512423140; Sun, 29 May 2016 02:00:23 -0700 (PDT) Received: by 10.194.222.228 with HTTP; Sun, 29 May 2016 02:00:23 -0700 (PDT) In-Reply-To: References: <20160527210001.GI4025@FreeBSD.org> Date: Sun, 29 May 2016 11:00:23 +0200 Message-ID: Subject: Re: /etc/rc.d/zfs and /etc/rc.d/zvol no longer in FreeBSD-runtime package? From: Ben Woods To: Glen Barber Cc: "freebsd-pkgbase@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pkgbase@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Packaging the FreeBSD base system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 09:00:25 -0000 On Saturday, 28 May 2016, Ben Woods wrote: > On 27 May 2016 at 23:00, Glen Barber > wrote: > >> On Fri, May 27, 2016 at 10:54:12PM +0200, Ben Woods wrote: >> > Hi everyone, >> > >> > I have just completed a packaged base upgrade, and for some reason the >> > /etc/rc.d/zfs and /etc/rc.d/zvol scripts are no longer in the >> > FreeBSD-runtime package. >> > >> > Any ideas what the cause is for this? >> > > > I suspect this is unrelated to PkgBase, as is instead caused by the freebsd-current issue described here: https://lists.freebsd.org/pipermail/freebsd-current/2016-May/061512.html Doing a test build after the fix now to see if it is now working. Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com