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