Date: Wed, 1 Sep 2021 16:42:55 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 0c645846a151 - 2021Q3 - sysutils/nut: Guarantee that devfs is started Message-ID: <202109011642.181GgtMU013553@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c645846a151ec8f7b8df644fdcfe232faf96f4f commit 0c645846a151ec8f7b8df644fdcfe232faf96f4f Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-09-01 03:59:48 +0000 Commit: Cy Schubert <cy@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109011642.181GgtMU013553>