View | Details | Raw Unified | Return to bug 191948
Collapse All | Expand All

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

Return to bug 191948