openbsd-ports/security/scanlogd/pkg/MESSAGE
sturm 1a8c240d65 new user/group naming schema
bump PKGNAME

Joshua Stein <jcs@rt.fm> ok
2003-06-22 10:11:29 +00:00

18 lines
549 B
Plaintext

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".
*********************