From owner-svn-src-all@freebsd.org Tue Nov 5 17:46:17 2019 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 96EEB1AEE11; Tue, 5 Nov 2019 17:46:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 476xt13V4Xz3L3M; Tue, 5 Nov 2019 17:46:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) (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 4E76516FB; Tue, 5 Nov 2019 17:46:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f182.google.com with SMTP id y39so30541839qty.0; Tue, 05 Nov 2019 09:46:17 -0800 (PST) X-Gm-Message-State: APjAAAXKUmfAWthWqTNmM+VlYVSFKGfFwMnhGb1jULMv6kmSIV1P+MJV 3whrmzZoCIhZr16nNJrWnss0xdFJRikaDf1Swww= X-Google-Smtp-Source: APXvYqxHpQnlA32xsJbsEtywBYEhF6b4dj06art9kfTmGF6NY3z0D2bfj3ENzaKf3hQ5CEfRqNvpRR1A04POLEun+Po= X-Received: by 2002:ac8:21b5:: with SMTP id 50mr18806763qty.60.1572975976769; Tue, 05 Nov 2019 09:46:16 -0800 (PST) MIME-Version: 1.0 References: <201911051733.xA5HXRRK085848@repo.freebsd.org> In-Reply-To: <201911051733.xA5HXRRK085848@repo.freebsd.org> From: Kyle Evans Date: Tue, 5 Nov 2019 11:46:05 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r354361 - head To: Enji Cooper Cc: 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.29 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: Tue, 05 Nov 2019 17:46:17 -0000 On Tue, Nov 5, 2019 at 11:33 AM Enji Cooper wrote: > > Author: ngie > Date: Tue Nov 5 17:33:27 2019 > New Revision: 354361 > URL: https://svnweb.freebsd.org/changeset/base/354361 > > Log: > Remove picobsd(8) via `make delete-old` > > This completes the commit that removed picobsd(8) (r354346). > > MFC after: never > Ah, sorry about that! Thanks! Kyle Evans