From 4015064b3ddf5f1fe372b605513f9bc4ab27d06d Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 18 Sep 2012 00:57:12 +0000 Subject: - 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 (via Email) --- UIDs | 1 + 1 file changed, 1 insertion(+) (limited to 'UIDs') diff --git a/UIDs b/UIDs index 154eea844dcf..5ce026765f66 100644 --- a/UIDs +++ b/UIDs @@ -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 -- cgit