git: 8a2664421b9a - main - sysutils/nut: Guarantee that devfs is started

Cy Schubert cy at FreeBSD.org
Wed Sep 1 04:05:57 UTC 2021


The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a2664421b9a3b2a5f8eb8408ad9d7f8df8dbc6c

commit 8a2664421b9a3b2a5f8eb8408ad9d7f8df8dbc6c
Author:     Cy Schubert <cy at FreeBSD.org>
AuthorDate: 2021-09-01 04:01:57 +0000
Commit:     Cy Schubert <cy at 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 at tsnr.com
    Reported by:    hsakamt at 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
 


More information about the dev-commits-ports-all mailing list