openbsd-ports/security/scanlogd/pkg/MESSAGE

18 lines
549 B
Plaintext
Raw Normal View History

scanlogd requires a separate user and group named '_scanlogd' to
run. You will need to create these manually. For example:
groupadd -g 514 _scanlogd
useradd -c SCANLOGD -d /nonexistent -g _scanlogd -s /sbin/nologin \
-u 514 _scanlogd
The scanlogd program will automatically switch to this user upon startup.
*********************
* WARNING!
*
* This port has changed its user/group from 'scanlogd' to '_scanlogd'. If you
* installed this port before, ensure all permissions are set correctly and
* then "rmuser scanlogd".
*********************