From owner-svn-ports-all@freebsd.org Tue Oct 20 01:32:15 2020 Return-Path: Delivered-To: svn-ports-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 9988D43C5A3; Tue, 20 Oct 2020 01:32:15 +0000 (UTC) (envelope-from delphij@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CFbhb3cMLz4TQn; Tue, 20 Oct 2020 01:32:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FBC8CE79; Tue, 20 Oct 2020 01:32:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09K1WF5p064204; Tue, 20 Oct 2020 01:32:15 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09K1WEPu064202; Tue, 20 Oct 2020 01:32:14 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <202010200132.09K1WEPu064202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 20 Oct 2020 01:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552785 - in head/net/dhcp6: . files X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in head/net/dhcp6: . files X-SVN-Commit-Revision: 552785 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2020 01:32:15 -0000 Author: delphij Date: Tue Oct 20 01:32:14 2020 New Revision: 552785 URL: https://svnweb.freebsd.org/changeset/ports/552785 Log: net/dhcp6: Fix rcorder. We want netif be started before dhcp6c which properly initializes the interfaces, and we want dhcp6s to start later and after dhcp6c. Differential Revision: https://reviews.freebsd.org/D26655 Modified: head/net/dhcp6/Makefile (contents, props changed) head/net/dhcp6/files/dhcp6c.in head/net/dhcp6/files/dhcp6s.in Modified: head/net/dhcp6/Makefile ============================================================================== --- head/net/dhcp6/Makefile Tue Oct 20 01:03:44 2020 (r552784) +++ head/net/dhcp6/Makefile Tue Oct 20 01:32:14 2020 (r552785) @@ -4,7 +4,7 @@ PORTNAME= dhcp6 PORTVERSION= 20080615.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org Modified: head/net/dhcp6/files/dhcp6c.in ============================================================================== --- head/net/dhcp6/files/dhcp6c.in Tue Oct 20 01:03:44 2020 (r552784) +++ head/net/dhcp6/files/dhcp6c.in Tue Oct 20 01:32:14 2020 (r552785) @@ -4,6 +4,7 @@ # # PROVIDE: dhcp6c +# REQUIRE: netif # BEFORE: NETWORKING # KEYWORD: shutdown Modified: head/net/dhcp6/files/dhcp6s.in ============================================================================== --- head/net/dhcp6/files/dhcp6s.in Tue Oct 20 01:03:44 2020 (r552784) +++ head/net/dhcp6/files/dhcp6s.in Tue Oct 20 01:32:14 2020 (r552785) @@ -4,7 +4,8 @@ # # PROVIDE: dhcp6s -# BEFORE: NETWORKING +# REQUIRE: dhcp6c DAEMON +# BEFORE: LOGIN # KEYWORD: shutdown # Add the following lines to