diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-p2p/bnbt/files/patch-config.cpp | |
parent | a9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes:
svn path=/head/; revision=145533
svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'net-p2p/bnbt/files/patch-config.cpp')
-rw-r--r-- | net-p2p/bnbt/files/patch-config.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/bnbt/files/patch-config.cpp b/net-p2p/bnbt/files/patch-config.cpp deleted file mode 100644 index f9a3636c1bb0..000000000000 --- a/net-p2p/bnbt/files/patch-config.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 ); |