aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-09-01 03:59:48 +0000
committerCy Schubert <cy@FreeBSD.org>2021-09-01 03:59:48 +0000
commit89602a6df642dbbfb42447355f8fb8a10641bcad (patch)
tree10599a27a5e831d2f90bf90e60c607ebfb5427b7
parenta6cd52482d7abf550c9aa8b2ac970c7338467db3 (diff)
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
-rw-r--r--sysutils/nut/Makefile2
-rw-r--r--sysutils/nut/files/nut.in2
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