diff options
Diffstat (limited to 'network/policyd2/patches/policyd2_config.patch')
-rw-r--r-- | network/policyd2/patches/policyd2_config.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/network/policyd2/patches/policyd2_config.patch b/network/policyd2/patches/policyd2_config.patch new file mode 100644 index 0000000000..e5750fa669 --- /dev/null +++ b/network/policyd2/patches/policyd2_config.patch @@ -0,0 +1,26 @@ +--- policyd2.conf.orig 2010-01-02 11:12:18.047653694 -0600 ++++ policyd2.conf.new 2010-01-02 11:13:16.250398479 -0600 +@@ -20,11 +20,11 @@ + EOT + + # User to run this daemon as +-#user= +-#group= ++user=policyd ++group=policyd + + # Filename to store pid of parent process +-#pid_file=/var/run/cbpolicyd.pid ++pid_file=/var/run/policyd2.pid + + # Uncommenting the below option will prevent cbpolicyd going into the background + #background=no +@@ -60,7 +60,7 @@ + #log_level=2 + + # File to log to instead of stdout +-#log_file=/var/log/cbpolicyd.log ++log_file=/var/log/policyd2.log + + # Log destination for mail logs... + # main - Default. Log to policyd's main log mechanism, accepts NO args |