git: 0c645846a151 - 2021Q3 - sysutils/nut: Guarantee that devfs is started
Cy Schubert
cy at FreeBSD.org
Wed Sep 1 16:42:55 UTC 2021
The branch 2021Q3 has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0c645846a151ec8f7b8df644fdcfe232faf96f4f
commit 0c645846a151ec8f7b8df644fdcfe232faf96f4f
Author: Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-09-01 03:59:48 +0000
Commit: Cy Schubert <cy at 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 at tsnr.com
Reported by: hsakamt at 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
More information about the dev-commits-ports-all
mailing list