From owner-dev-commits-ports-branches@freebsd.org Wed Sep 1 16:42:55 2021 Return-Path: Delivered-To: dev-commits-ports-branches@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 B67BF66E2B3; Wed, 1 Sep 2021 16:42:55 +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 4H08xW4W8yz3QC5; Wed, 1 Sep 2021 16:42:55 +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 82C1EBD9; Wed, 1 Sep 2021 16:42:55 +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 181GgtX0013554; Wed, 1 Sep 2021 16:42:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 181GgtMU013553; Wed, 1 Sep 2021 16:42:55 GMT (envelope-from git) Date: Wed, 1 Sep 2021 16:42:55 GMT Message-Id: <202109011642.181GgtMU013553@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Cy Schubert Subject: git: 0c645846a151 - 2021Q3 - sysutils/nut: Guarantee that devfs is started MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 0c645846a151ec8f7b8df644fdcfe232faf96f4f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 16:42:55 -0000 The branch 2021Q3 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c645846a151ec8f7b8df644fdcfe232faf96f4f commit 0c645846a151ec8f7b8df644fdcfe232faf96f4f Author: Cy Schubert AuthorDate: 2021-09-01 03:59:48 +0000 Commit: Cy Schubert CommitDate: 2021-09-01 16:42:21 +0000 sysutils/nut: Guarantee that devfs is started devfs does not always win the race with nut causing nut to fail to start in some installations. PR: 258190 Submitted by: hsakamt@tsnr.com Reported by: hsakamt@tsnr.com (cherry picked from commit 89602a6df642dbbfb42447355f8fb8a10641bcad) --- sysutils/nut/Makefile | 2 +- sysutils/nut/files/nut.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index bb9e7967190e..73868507ed9c 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -2,7 +2,7 @@ PORTNAME= nut PORTVERSION= 2.7.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/sysutils/nut/files/nut.in b/sysutils/nut/files/nut.in index 4a1cd62bfcc5..e37c0ad00b84 100644 --- a/sysutils/nut/files/nut.in +++ b/sysutils/nut/files/nut.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: nut -# REQUIRE: NETWORKING +# REQUIRE: NETWORKING devfs # BEFORE: LOGIN # KEYWORD: shutdown