diff options
author | wen <wen@FreeBSD.org> | 2012-09-18 08:57:12 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-09-18 08:57:12 +0800 |
commit | 4015064b3ddf5f1fe372b605513f9bc4ab27d06d (patch) | |
tree | 40bf37c6548bf3a94661cdfb71dbb31bab08abc2 /UIDs | |
parent | c08bc0fa5e6f48890de4c91143e031dc912202b8 (diff) | |
download | freebsd-ports-gnome-4015064b3ddf5f1fe372b605513f9bc4ab27d06d.tar.gz freebsd-ports-gnome-4015064b3ddf5f1fe372b605513f9bc4ab27d06d.tar.zst freebsd-ports-gnome-4015064b3ddf5f1fe372b605513f9bc4ab27d06d.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)
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 |