sysutils/nut: try to address breakage

See: https://github.com/opnsense/ports/commit/d02ff345816e9
This commit is contained in:
Franco Fichtner
2023-01-27 08:43:17 +01:00
parent abd1638f48
commit 16cbe99ebf
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
PLUGIN_NAME= nut
PLUGIN_VERSION= 1.8.1
PLUGIN_REVISION= 1
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Network UPS Tools
PLUGIN_DEPENDS= nut
PLUGIN_MAINTAINER= m.muenz@gmail.com

View File

@@ -1,4 +1,6 @@
#!/bin/sh
mkdir -p /var/db/nut
chown uucp:uucp /var/db/nut
pw groupmod -n dialer -m nut
mkdir -p /var/db/nut
chown -R nut:nut /var/db/nut