summaryrefslogtreecommitdiff
path: root/net-p2p/bnbt/files/patch-config.cpp
blob: f9a3636c1bb014ed4ec732d55e6ebe489a3ed675 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- config.cpp	Fri Sep 24 20:01:58 2004
+++ config.cpp.new	Sat Oct 23 14:42:45 2004
@@ -147,10 +147,10 @@
 		CFG_SetString( "bnbt_realm", "BNBT" );
 
 	if( CFG_GetString( "bnbt_error_log_dir", string( ) ).empty( ) )
-		CFG_SetString( "bnbt_error_log_dir", string( ) );
+		CFG_SetString( "bnbt_error_log_dir", "/var/log/bnbt/" );
 
 	if( CFG_GetString( "bnbt_access_log_dir", string( ) ).empty( ) )
-		CFG_SetString( "bnbt_access_log_dir", string( ) );
+		CFG_SetString( "bnbt_access_log_dir", "/var/log/bnbt/" );
 
 	if( CFG_GetInt( "bnbt_flush_interval", 0 ) < 1 )
 		CFG_SetInt( "bnbt_flush_interval", 100 );