From owner-svn-src-all@freebsd.org Thu Aug 27 14:05:35 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D7553B3A7A; Thu, 27 Aug 2020 14:05:35 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bckyl2HYJz3SCs; Thu, 27 Aug 2020 14:05:35 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2CE5A2B1CD; Thu, 27 Aug 2020 14:05:35 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f174.google.com with SMTP id o196so5395138qke.8; Thu, 27 Aug 2020 07:05:35 -0700 (PDT) X-Gm-Message-State: AOAM532OZPKn76eR42evKR67bpkXmr2LVz14mwAjHACdNfbJhbsK0/WF 4zY5kcTPm4p5GrWf0ch58i73NK018UCdbeIWy2o= X-Google-Smtp-Source: ABdhPJwItZLo8FW+0XSmZ3nE8lSPp/HH66X5J1a3d9okvmalcfdFeRIfFs+pIAW6dNM5IH+u58elFdiHfldfxhffoOA= X-Received: by 2002:a37:6155:: with SMTP id v82mr18290781qkb.34.1598537134708; Thu, 27 Aug 2020 07:05:34 -0700 (PDT) MIME-Version: 1.0 References: <202008261313.07QDDwRm040119@repo.freebsd.org> <7e55d429-482b-2277-b340-2b85c687440e@FreeBSD.org> <202008271350.07RDoGqn055838@slippy.cwsent.com> <202008271354.07RDsTeW084744@slippy.cwsent.com> <202008271403.07RE3U56090900@slippy.cwsent.com> In-Reply-To: <202008271403.07RE3U56090900@slippy.cwsent.com> From: Kyle Evans Date: Thu, 27 Aug 2020 09:05:23 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r364817 - head/libexec/rc/rc.d To: Cy Schubert Cc: Andriy Gapon , Cy Schubert , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 27 Aug 2020 14:05:35 -0000 On Thu, Aug 27, 2020 at 9:03 AM Cy Schubert wrote: > > What would you suggest in this case, where /etc/zfs/zpool.cache is newer > than /boot/zfs/zpool.cache? > > slippy$ lh /boot/zfs/zpool.cache /etc/zfs/zpool.cache > -rw-r--r-- 1 root wheel 4.6K Aug 25 07:19 /boot/zfs/zpool.cache > -rw-r--r-- 1 root wheel 4.7K Aug 27 06:20 /etc/zfs/zpool.cache > slippy$ > > Something like, for I in $(ls -t /etc/zfs/zpool.cache > /boot/zfs/zpool.cache) with the break? > /etc/zfs/zpool.cache is the new location and should generally be favored if it exists, I reckon.