Blob Blame History Raw
From 0e357353d1c3052f44db7b1e833d569998c99337 Mon Sep 17 00:00:00 2001
From: Fedora Ninjas <bip-owner@fedoraproject.org>
Date: Tue, 24 Jan 2012 09:54:31 -0800
Subject: [PATCH 1/3] Setup bip for Fedora's paths

---
 samples/bip.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/samples/bip.conf b/samples/bip.conf
index 6761688..7edb36c 100644
--- a/samples/bip.conf
+++ b/samples/bip.conf
@@ -9,7 +9,7 @@ ip = "0.0.0.0";
 # be sure to set the password to the value
 # specified in the network you want to connect to. 
 # Port is 6667 by default.
-port = 7778;
+#port = 7778;
 
 # If you set this to true, you'll only be able to connect to bip
 # with a SSL capable IRC client. Be sure to generate a certificate
@@ -21,7 +21,7 @@ client_side_ssl = false;
 #client_side_ssl_pem = "/path/to/pemfile";
 
 # Define where the pidfile should be stored. Defaults to <biphome>/bip.pid
-#pid_file="/var/run/bip/bip.pid";
+pid_file="/var/run/bip/bip.pid";
 
 # Uncomment this line to disable logging and backlogging.
 #log = false
@@ -37,7 +37,7 @@ log_level = 3;
 # This is where logs go. Channel and private messages will use that
 # configuration value as a prefix, and then log_format to determine
 # full log filename.
-#log_root = "/var/proxy/logs";
+log_root = "/var/log/bip";
 
 # Uncomment this line to disable bip's internal messages logging.
 # This is not recommended, a better option is to reduce log_level.
-- 
1.7.6.5