Skip to content

Commit 16cbe99

Browse files
committed
sysutils/nut: try to address breakage
See: opnsense/ports@d02ff345816e9
1 parent abd1638 commit 16cbe99

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sysutils/nut/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PLUGIN_NAME= nut
22
PLUGIN_VERSION= 1.8.1
3-
PLUGIN_REVISION= 1
3+
PLUGIN_REVISION= 2
44
PLUGIN_COMMENT= Network UPS Tools
55
PLUGIN_DEPENDS= nut
66
PLUGIN_MAINTAINER= m.muenz@gmail.com
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2-
mkdir -p /var/db/nut
32

4-
chown uucp:uucp /var/db/nut
3+
pw groupmod -n dialer -m nut
4+
5+
mkdir -p /var/db/nut
6+
chown -R nut:nut /var/db/nut

0 commit comments

Comments
 (0)