new user/group naming schema

bump PKGNAME

Joshua Stein <jcs@rt.fm> ok
This commit is contained in:
sturm 2003-06-22 10:11:29 +00:00
parent 46ccc88ca5
commit 1a8c240d65
2 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.11 2002/12/29 20:31:40 fgsch Exp $
# $OpenBSD: Makefile,v 1.12 2003/06/22 10:11:29 sturm Exp $
DISTNAME= scanlogd-2.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= security
COMMENT= "TCP port scan detection tool"
HOMEPAGE= http://www.openwall.com/scanlogd/

View File

@ -1,8 +1,17 @@
scanlogd requires a separate user and group named 'scanlogd' to
scanlogd requires a separate 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
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".
*********************