openbsd-ports/security/scanlogd/pkg/MESSAGE
camield eb22302678 - update to version 2.2 (no longer requires any patches)
- make adding users more user-friendly in MESSAGE

From maintainer: Joshua Stein <jcs@rt.fm>
2000-11-20 07:38:02 +00:00

9 lines
291 B
Plaintext

scanlogd requires a seperate user and group named 'scanlogd' to
run. You will need to create these manually. For example:
groupadd scanlogd
useradd -c SCANLOGD -d /nonexistent -g scanlogd -s /sbin/nologin scanlogd
The scanlogd program will automatically switch to this user upon startup.