We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd1638 commit 16cbe99Copy full SHA for 16cbe99
sysutils/nut/Makefile
@@ -1,6 +1,6 @@
1
PLUGIN_NAME= nut
2
PLUGIN_VERSION= 1.8.1
3
-PLUGIN_REVISION= 1
+PLUGIN_REVISION= 2
4
PLUGIN_COMMENT= Network UPS Tools
5
PLUGIN_DEPENDS= nut
6
PLUGIN_MAINTAINER= m.muenz@gmail.com
sysutils/nut/src/opnsense/scripts/OPNsense/Nut/setup.sh
@@ -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
0 commit comments