FreeBSD Bugzilla – Attachment 169644 Details for
Bug 205669
devel/libsearpc: Revision
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libsearpc.diff
libsearpc.diff (text/plain), 2.15 KB, created by
Ultima
on 2016-04-25 00:49:05 UTC
(
hide
)
Description:
libsearpc.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2016-04-25 00:49:05 UTC
Size:
2.15 KB
patch
obsolete
>Index: UIDs >=================================================================== >--- UIDs (revision 413964) >+++ 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 413964) >+++ GIDs (working copy) >@@ -246,6 +246,7 @@ > domoticz:*:847: > graylog:*:848: > guacamole:*:899: >+seafile:*:900: > fossy:*:901:www > scanlogd:*:902: > _ocserv:*:903: >Index: devel/libsearpc/Makefile >=================================================================== >--- devel/libsearpc/Makefile (revision 413964) >+++ devel/libsearpc/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libsearpc > PORTVERSION= 3.0.7 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= ultima1252@gmail.com >@@ -28,11 +29,11 @@ > SEAFILE_SERVER= ${HAIWENDIR}/seafile-server > SEALIB= ${SEAFILE_SERVER}/seafile/lib > >-SEAFILE_USERNAME?= www >-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: devel/libsearpc/pkg-plist >=================================================================== >--- devel/libsearpc/pkg-plist (revision 413964) >+++ devel/libsearpc/pkg-plist (working copy) >@@ -20,4 +20,4 @@ > %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.py > %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyc > %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyo >-@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% >+@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
Ultima1252
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 205669
:
164773
|
164804
|
169569
| 169644