]> git.pld-linux.org Git - packages/bes.git/blame - bes-conf.patch
- release 2 (by relup.sh)
[packages/bes.git] / bes-conf.patch
CommitLineData
63c68927
JB
1--- bes-3.17.0/dispatch/bes/bes.conf.in.orig 2016-02-09 18:53:55.761483829 +0100
2+++ bes-3.17.0/dispatch/bes/bes.conf.in 2016-03-26 07:13:37.425428037 +0100
3@@ -19,12 +19,12 @@
4 # number sign (#).
5 # For example: BES.User=#172
6
7-BES.User=user_name
8-BES.Group=group_name
9+BES.User=bes
10+BES.Group=bes
11
12 # Where should the BES keep its log file?
13
14-BES.LogName=@prefix@/var/bes.log
15+BES.LogName=/var/log/bes/bes.log
16 BES.LogVerbose=no
17
18 # Set the value of BES.Catalog.catalog.RootDirectory to the root
19@@ -53,7 +53,7 @@
20 # easy to see what's in the cache at any given time, even when it's a
21 # directory like /tmp that's used by many programs.
22
23-BES.UncompressCache.dir=/tmp
24+BES.UncompressCache.dir=/var/cache/bes
25 BES.UncompressCache.prefix=uncompress_cache
26 BES.UncompressCache.size=500
27
28@@ -118,12 +118,12 @@
29 BES.ServerSecure=no
30
31 # BES.ServerSecurePort=10003
32-# BES.ServerCertFile=/full/path/to/serverside/certificate/file.pem
33-# BES.ServerCertAuthFile=/full/path/to/serverside/certificate/authority/file.pem
34-# BES.ServerKeyFile=/full/path/to/serverside/key/file.pem
35-# BES.ClientCertFile=/full/path/to/clientside/certificate/file.pem
36-# BES.ClientCertAuthFile=/full/path/to/clientside/certificate/authority/file.pem
37-# BES.ClientKeyFile=/full/path/to/clientside/key/file.pem
38+# BES.ServerCertFile=/etc/pki/bes/certs/server.pem
39+# BES.ServerCertAuthFile=/etc/pki/bes/cacerts/server.pem
40+# BES.ServerKeyFile=/etc/pki/bes/public/server.pem
41+# BES.ClientCertFile=/etc/pki/bes/certs/client.pem
42+# BES.ClientCertAuthFile=/etc/pki/bes/cacerts/client.pem
43+# BES.ClientKeyFile=/etc/pki/bes/public/client.pem
44
45 # Help file locations, for text, html, and xml versions
46
This page took 0.065711 seconds and 4 git commands to generate.