Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2023 15:38:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269497] sysutils/nut: set group in rc.d script
Message-ID:  <bug-269497-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269497

            Bug ID: 269497
           Summary: sysutils/nut: set group in rc.d script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy@FreeBSD.org
          Reporter: dvl@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)
          Assignee: cy@FreeBSD.org

Created attachment 240092
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D240092&action=
=3Dedit
add NUT_GROUP=3D${NUT_GROUP} to SUB_LIST

At present, the rc.d script contains this:

[knew dan ~] % grep GROUP /usr/local/etc/rc.d/nut
                chgrp %%NUT_GROUP%% ${nut_prefix}/etc/nut/upsd.users

The attache patch fixes the issue by adding NUT_GROUP=3D${NUT_GROUP} to SUB=
_LIST

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269497-7788>