View | Details | Raw Unified | Return to bug 205669 | Differences between
and this patch

Collapse All | Expand All

(-)UIDs (+1 lines)
Lines 257-262 Link Here
257
domoticz:*:847:847::0:0:domoticz user:/nonexistent:/usr/sbin/nologin
257
domoticz:*:847:847::0:0:domoticz user:/nonexistent:/usr/sbin/nologin
258
graylog:*:848:848::0:0:Graylog user:/nonexistent:/usr/sbin/nologin
258
graylog:*:848:848::0:0:Graylog user:/nonexistent:/usr/sbin/nologin
259
guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin
259
guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin
260
seafile:*:900:900::0:0:Seafile user:/nonexistent:/usr/sbin/nologin
260
fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash
261
fossy:*:901:901::0:0:FOSSology user:/usr/local/share/fossology:/usr/local/bin/bash
261
scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin
262
scanlogd:*:902:902::0:0:scanlogd user:/nonexistent:/usr/sbin/nologin
262
_ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin
263
_ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin
(-)GIDs (+1 lines)
Lines 246-251 Link Here
246
domoticz:*:847:
246
domoticz:*:847:
247
graylog:*:848:
247
graylog:*:848:
248
guacamole:*:899:
248
guacamole:*:899:
249
seafile:*:900:
249
fossy:*:901:www
250
fossy:*:901:www
250
scanlogd:*:902:
251
scanlogd:*:902:
251
_ocserv:*:903:
252
_ocserv:*:903:
(-)devel/libsearpc/Makefile (-4 / +5 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libsearpc
3
PORTNAME=	libsearpc
4
PORTVERSION=	3.0.7
4
PORTVERSION=	3.0.7
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
7
7
MAINTAINER=	ultima1252@gmail.com
8
MAINTAINER=	ultima1252@gmail.com
Lines 28-38 Link Here
28
SEAFILE_SERVER=	${HAIWENDIR}/seafile-server
29
SEAFILE_SERVER=	${HAIWENDIR}/seafile-server
29
SEALIB=		${SEAFILE_SERVER}/seafile/lib
30
SEALIB=		${SEAFILE_SERVER}/seafile/lib
30
31
31
SEAFILE_USERNAME?=	www
32
USERS=		seafile
32
SEAFILE_GROUPNAME?=	${SEAFILE_USERNAME}
33
GROUPS=		${USERS}
33
34
34
PLIST_SUB=	SEAFILE_USERNAME=${SEAFILE_USERNAME} \
35
PLIST_SUB=	USERS=${USERS} \
35
		SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \
36
		GROUPS=${GROUPS} \
36
		SEAFILE_SERVER=${SEAFILE_SERVER} \
37
		SEAFILE_SERVER=${SEAFILE_SERVER} \
37
		HAIWENDIR=${HAIWENDIR}
38
		HAIWENDIR=${HAIWENDIR}
38
39
(-)devel/libsearpc/pkg-plist (-1 / +1 lines)
Lines 20-23 Link Here
20
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.py
20
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.py
21
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyc
21
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyc
22
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyo
22
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyo
23
@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%%
23
@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%

Return to bug 205669