ports/sysutils/dsbbatmon/pkg-message
Steve Wills 0a4eb23997 sysutils/dsbbatmon: update to 1.0.3
PR:		234837
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2019-01-13 19:26:37 +00:00

19 lines
686 B
Plaintext

**************************************************************************
In order to be able to execute shutdown as regular user, you can either
use sudo(8) (see below), or you can add your username to the operator
group:
# pw groupmod operator -m yourusername
If you want to be able to suspend your system as regular user who is
member of the wheel group, you can use sudo(8). Add
%wheel ALL=(ALL) NOPASSWD: /usr/sbin/acpiconf *
to ${PREFIX}/etc/sudoers.
NOTE: On FreeBSD >= 12, members of the operator group are allowed to
suspend the system via acpiconf(8). Using sudo(8) is not necessary.
**************************************************************************