mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-23 13:01:04 -05:00
sysutils/nut: try to address breakage
See: https://github.com/opnsense/ports/commit/d02ff345816e9
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user