View | Details | Raw Unified | Return to bug 208979 | 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:
(-)net-mgmt/ccnet/Makefile (-4 / +4 lines)
Lines 42-52 Link Here
42
SEABIN=		${SEAFILE_SERVER}/seafile/bin
42
SEABIN=		${SEAFILE_SERVER}/seafile/bin
43
SEALIB=		${SEAFILE_SERVER}/seafile/lib
43
SEALIB=		${SEAFILE_SERVER}/seafile/lib
44
44
45
SEAFILE_USERNAME?=	seafile
45
USERS=		seafile
46
SEAFILE_GROUPNAME?=	${SEAFILE_USERNAME}
46
GROUPS=		${USERS}
47
47
48
PLIST_SUB=	SEAFILE_USERNAME=${SEAFILE_USERNAME} \
48
PLIST_SUB=	USERS=${USERS} \
49
		SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \
49
		GROUPS=${GROUPS} \
50
		SEAFILE_SERVER=${SEAFILE_SERVER} \
50
		SEAFILE_SERVER=${SEAFILE_SERVER} \
51
		HAIWENDIR=${HAIWENDIR}
51
		HAIWENDIR=${HAIWENDIR}
52
52
(-)net-mgmt/ccnet/pkg-plist (-1 / +1 lines)
Lines 84-87 Link Here
84
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.py
84
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.py
85
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyc
85
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyc
86
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyo
86
%%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyo
87
@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%%
87
@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%

Return to bug 208979