Date: Wed, 1 Sep 2021 04:05:57 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: 8a2664421b9a - main - sysutils/nut: Guarantee that devfs is started Message-ID: <202109010405.18145vCi094545@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a2664421b9a3b2a5f8eb8408ad9d7f8df8dbc6c commit 8a2664421b9a3b2a5f8eb8408ad9d7f8df8dbc6c Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-09-01 04:01:57 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-09-01 04:01:57 +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 --- sysutils/nut-devel/Makefile | 1 + sysutils/nut-devel/files/nut.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 2bfd7d4b8410..9547c971febc 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= nut PORTVERSION= ${NUT_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel # MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ diff --git a/sysutils/nut-devel/files/nut.in b/sysutils/nut-devel/files/nut.in index 4a1cd62bfcc5..e37c0ad00b84 100644 --- a/sysutils/nut-devel/files/nut.in +++ b/sysutils/nut-devel/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?202109010405.18145vCi094545>