Index: UIDs =================================================================== --- UIDs (revision 413865) +++ UIDs (working copy) @@ -257,6 +257,7 @@ domoticz:*:847:847::0:0:domoticz user:/nonexistent:/usr/sbin/nologin graylog:*:848:848::0:0:Graylog user:/nonexistent:/usr/sbin/nologin guacamole:*:899:899::0:0:Guacamole user:/nonexistent:/usr/sbin/nologin +seafile:*:900:900::0:0:Seafile user:/nonexistent:/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 _ocserv:*:903:903::0:0:ocserv user:/nonexistent:/usr/sbin/nologin Index: GIDs =================================================================== --- GIDs (revision 413865) +++ GIDs (working copy) @@ -246,6 +246,7 @@ domoticz:*:847: graylog:*:848: guacamole:*:899: +seafile:*:900: fossy:*:901:www scanlogd:*:902: _ocserv:*:903: Index: net-mgmt/ccnet/Makefile =================================================================== --- net-mgmt/ccnet/Makefile (revision 413865) +++ net-mgmt/ccnet/Makefile (working copy) @@ -42,11 +42,11 @@ SEABIN= ${SEAFILE_SERVER}/seafile/bin SEALIB= ${SEAFILE_SERVER}/seafile/lib -SEAFILE_USERNAME?= seafile -SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} +USERS= seafile +GROUPS= ${USERS} -PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ - SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ +PLIST_SUB= USERS=${USERS} \ + GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ HAIWENDIR=${HAIWENDIR} Index: net-mgmt/ccnet/pkg-plist =================================================================== --- net-mgmt/ccnet/pkg-plist (revision 413865) +++ net-mgmt/ccnet/pkg-plist (working copy) @@ -84,4 +84,4 @@ %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/ccnet/utils.pyo -@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% +@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%