]> git.pld-linux.org Git - packages/policyd.git/blob - config.patch
- up to 2.1.x line (devel) - accountig feature most importanted (not
[packages/policyd.git] / config.patch
1 diff -ru cluebringer-v2.1.x-201211111115.orig/cluebringer.conf cluebringer-v2.1.x-201211111115/cluebringer.conf
2 --- cluebringer-v2.1.x-201211111115.orig/cluebringer.conf       2012-11-11 12:36:25.000000000 +0100
3 +++ cluebringer-v2.1.x-201211111115/cluebringer.conf    2012-12-25 01:28:36.806077230 +0100
4 @@ -22,14 +22,14 @@
5  EOT
6  
7  # User to run this daemon as
8 -user=cbpolicyd
9 -group=cbpolicyd
10 +user=policyd
11 +group=policyd
12  
13  # Filename to store pid of parent process
14 -#pid_file=/var/run/cbpolicyd/cbpolicyd.pid
15 +pid_file=/var/run/policyd/cbpolicyd.pid
16  
17  # Cache file
18 -#cache_file=/var/run/cbpolicyd/cache
19 +cache_file=/var/run/policyd/cache
20  
21  # Uncommenting the below option will prevent cbpolicyd going into the background
22  #background=no
23 @@ -65,7 +65,7 @@
24  #log_level=2
25  
26  # File to log to instead of stdout
27 -#log_file=/var/log/cbpolicyd/cbpolicyd.log
28 +log_file=/var/log/policyd/cbpolicyd.log
29  
30  # Log destination for mail logs...
31  # main         - Default. Log to policyd's main log mechanism, accepts NO args
This page took 0.05474 seconds and 3 git commands to generate.