From nobody Thu Jun 24 06:35:11 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BE3C011DC087 for ; Thu, 24 Jun 2021 06:35:23 +0000 (UTC) (envelope-from eduardo@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G9VkM539tz3DV8; Thu, 24 Jun 2021 06:35:23 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) (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: eduardo) by smtp.freebsd.org (Postfix) with ESMTPSA id 9163E2F013; Thu, 24 Jun 2021 06:35:23 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: by mail-ej1-f52.google.com with SMTP id gt18so7694306ejc.11; Wed, 23 Jun 2021 23:35:23 -0700 (PDT) X-Gm-Message-State: AOAM533ffwp6K91qnPeW9sX/z0yaYCuecQLcX5CGKsBk+2qP8EPfs69o X3yUCZHfoJQ6W90faDK81gUbxyEJ7ZBXgAF8a9Q= X-Google-Smtp-Source: ABdhPJz17nvjSCImv6IFAvr2rv6qrNvzN1ZaVgvjtpXr/vfbhIns/jGQIHRcN4SkIUjWNannPBN4WEgj/iQVX0PIG1Y= X-Received: by 2002:a17:906:1806:: with SMTP id v6mr3734041eje.454.1624516522540; Wed, 23 Jun 2021 23:35:22 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 References: <95d8c955-4a76-021d-d926-0ed0f9c786ab@FreeBSD.org> In-Reply-To: <95d8c955-4a76-021d-d926-0ed0f9c786ab@FreeBSD.org> From: Nuno Teixeira Date: Thu, 24 Jun 2021 07:35:11 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: etcupdate warning: "No previous tree to compare against, a sane comparison is not possible." To: John Baldwin Cc: FreeBSD CURRENT Content-Type: multipart/alternative; boundary="0000000000004204eb05c57d3ac7" X-ThisMailContainsUnwantedMimeParts: Y --0000000000004204eb05c57d3ac7 Content-Type: text/plain; charset="UTF-8" Hello Jonh! I did it and it worked fine: etcupdate extract etcupdate diff > /tmp/etc.diff cd / patch -R < /tmp/etc.diff Patch can't find diff paths so I run it inside /etc /etc/defalts ... until all diff is applied. Now when I run 'etcupdate' I don't get any warning and 'etcupdate diff' doesn't show diffs. Hope that warning is solved when next update comes. Thanks, Nuno Teixeira --0000000000004204eb05c57d3ac7--