sysutils/nut*: Require devd prior to start

In some cases nut may start before devd causing it to fail because it
lacks permissions to USB attached UPS devices. The nut supplied
devd.conf ensures that nut has read/write access to the UPS.

PR:		267144
Reported by:	ml@netfence.it
MFH		2022Q4
This commit is contained in:
Cy Schubert 2022-10-17 08:12:03 -07:00
parent 691cdac014
commit 9ef8c35f85
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= nut
PORTVERSION= ${NUT_COMMIT_DATE}
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
# MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/

View File

@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: nut
# REQUIRE: NETWORKING devfs syslogd
# REQUIRE: NETWORKING devfs devd syslogd
# BEFORE: LOGIN
# KEYWORD: shutdown

View File

@ -1,6 +1,6 @@
PORTNAME= nut
PORTVERSION= 2.8.0
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= sysutils
MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/

View File

@ -1,7 +1,7 @@
#!/bin/sh
# PROVIDE: nut
# REQUIRE: NETWORKING devfs syslogd
# REQUIRE: NETWORKING devfs devd syslogd
# BEFORE: LOGIN
# KEYWORD: shutdown