diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-09-18 00:57:12 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-09-18 00:57:12 +0000 |
commit | 9c1d6537852b27d5e5e7b38ae29ba3b05a01f8fa (patch) | |
tree | 40bf37c6548bf3a94661cdfb71dbb31bab08abc2 /UIDs | |
parent | c329eaad28ec813f4eda6ef574968f596d3bbc68 (diff) | |
download | ports-9c1d6537852b27d5e5e7b38ae29ba3b05a01f8fa.tar.gz ports-9c1d6537852b27d5e5e7b38ae29ba3b05a01f8fa.zip |
- Create gid and uid for tryton daemon and use them via USERS and GROUPS variables at Makefile
- Install the existing rc.d script (define USE_RC_SUBR at Makefile)
- Define the command_interpreter variable at the rc.d script (stop and status commands need it)
- Create needed directories at trytond_prestart (rc.d script) with appropriate gid and launch install once
- Rename option OPENSSL -> PYOPENSSL
- Make use of configuration and sample file (both for the port and for the package)
PR: 171716
Submitted by: bsam@, Matthias Petermann <matthias@d2ux.net>(via Email)
Notes
Notes:
svn path=/head/; revision=304423
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,4 +242,5 @@ pandora:*:956:956::0:0:Pandora FMS user:/usr/local/etc/pandora/home:/usr/sbin/no razorback:*:957:957::0:0:Razorback user:/var/run/razorback:/usr/sbin/nologin gnunet:*:958:958::0:0:GNUnet daemon:/var/lib/gnunet:/usr/sbin/nologin c_icap:*:959:959::0:0:c-icap daemon:/var/empty:/usr/sbin/nologin +trytond:*:960:960::0:0:trytond daemon:/var/empty:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin |