mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-25 08:07:36 -04:00
sysutils/nut: try to address breakage
See: https://github.com/opnsense/ports/commit/d02ff345816e9
This commit is contained in:
parent
abd1638f48
commit
16cbe99ebf
2 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue