1a8c240d65
bump PKGNAME Joshua Stein <jcs@rt.fm> ok
18 lines
549 B
Plaintext
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".
|
|
*********************
|