From owner-dev-commits-src-all@freebsd.org Tue Sep 7 09:51:58 2021 Return-Path: Delivered-To: dev-commits-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 166B26AF89A; Tue, 7 Sep 2021 09:51:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H3gXY751pz3HBN; Tue, 7 Sep 2021 09:51:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D73D1054F; Tue, 7 Sep 2021 09:51:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1879pvE5010551; Tue, 7 Sep 2021 09:51:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1879pvVR010550; Tue, 7 Sep 2021 09:51:57 GMT (envelope-from git) Date: Tue, 7 Sep 2021 09:51:57 GMT Message-Id: <202109070951.1879pvVR010550@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Emmanuel Vadot Subject: git: 0818f499bc28 - main - pkgbase: Move spppcontrol to FreeBSD-ppp MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0818f499bc28835c7db6df80d9aa5cc3dc99b2d9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2021 09:51:58 -0000 The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=0818f499bc28835c7db6df80d9aa5cc3dc99b2d9 commit 0818f499bc28835c7db6df80d9aa5cc3dc99b2d9 Author: Emmanuel Vadot AuthorDate: 2021-09-01 17:03:38 +0000 Commit: Emmanuel Vadot CommitDate: 2021-09-07 08:18:53 +0000 pkgbase: Move spppcontrol to FreeBSD-ppp This program belong with the other ppp-related programs. Differential Revision: https://reviews.freebsd.org/D31792 Reviewed by: emaste --- sbin/spppcontrol/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index 3287fcf24126..04173201cfde 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= ppp + PROG= spppcontrol MAN= spppcontrol.8 WARNS?= 2