Index: GIDs =================================================================== --- GIDs (revision 362199) +++ GIDs (working copy) @@ -219,6 +219,7 @@ munin:*:842: dahdi:*:843:asterisk fossy:*:901:www +scanlogd:*:902: bacula:*:910: iserv:*:911: _sj3:*:912: Index: UIDs =================================================================== --- UIDs (revision 362199) +++ UIDs (working copy) @@ -222,6 +222,7 @@ netdisco:*:840:840::0:0:netdisco daemon:/nonexistent:/usr/sbin/nologin munin:*:842:842::0:0:Munin:/var/munin:/usr/sbin/nologin fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash +scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin bacula:*:910:910::0:0:Bacula Daemon:/var/db/bacula:/usr/sbin/nologin iserv:*:911:911::0:0:Iserv Daemon:/nonexistent:/usr/sbin/nologin _sj3:*:912:912::0:0:SJ3 Daemon:/nonexistent:/usr/sbin/nologin Index: UPDATING =================================================================== --- UPDATING (revision 362199) +++ UPDATING (working copy) @@ -5,6 +5,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +201407??: + AFFECTS: users of security/scanlogd + AUTHOR: ?? + + The security/scanlogd port now creates scanlogd user and group. Previous + scanlogd user and group must be removed before updating to not conflict + with the one created by the port: + + pw userdel scanlogd + pw groupdel scanlogd + 20140714: AFFECTS: users of databases/db6 AUTHOR: mandree@FreeBSD.org Index: security/scanlogd/Makefile =================================================================== --- security/scanlogd/Makefile (revision 362199) +++ security/scanlogd/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= scanlogd PORTVERSION= 2.2.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openwall.com/scanlogd/ \ ftp://ftp.openwall.com/pub/projects/scanlogd/ \ @@ -20,6 +21,8 @@ ALL_TARGET= libpcap .endif +USERS= scanlogd +GROUPS= scanlogd MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c" LD="${CC}" PLIST_FILES= bin/scanlogd man/man8/scanlogd.8.gz Index: security/scanlogd/pkg-message =================================================================== --- security/scanlogd/pkg-message (revision 362199) +++ security/scanlogd/pkg-message (working copy) @@ -1,9 +0,0 @@ ----------------------------------------------------------------------------- - -scanlogd requires a separate user and group named 'scanlogd' to run. -You will need to create these manually. For example: - -pw groupadd scanlogd -pw useradd scanlogd -d /nonexistent -g scanlogd -s /sbin/nologin -c SCANLOGD - -----------------------------------------------------------------------------