git: 89602a6df642 - main - sysutils/nut: Guarantee that devfs is started
Cy Schubert
cy at FreeBSD.org
Wed Sep 1 04:05:56 UTC 2021
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=89602a6df642dbbfb42447355f8fb8a10641bcad
commit 89602a6df642dbbfb42447355f8fb8a10641bcad
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 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 at tsnr.com
Reported by: hsakamt at 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: shutdown
More information about the dev-commits-ports-all
mailing list