]> git.pld-linux.org Git - packages/bitlbee.git/blob - config.patch
- do not leak skyped listening socket to spawned skype process
[packages/bitlbee.git] / config.patch
1 Index: bitlbee-3.0.3/bitlbee.conf
2 ===================================================================
3 --- bitlbee-3.0.3.orig/bitlbee.conf
4 +++ bitlbee-3.0.3/bitlbee.conf
5 @@ -23,14 +23,14 @@
6  ## If BitlBee is started by root as a daemon, it can drop root privileges,
7  ## and change to the specified user.
8  ##
9 -# User = bitlbee
10 +User = bitlbee
11  
12  ## DaemonPort/DaemonInterface:
13  ##
14  ## For daemon mode, you can specify on what interface and port the daemon
15  ## should be listening for connections.
16  ##
17 -# DaemonInterface = 0.0.0.0
18 +DaemonInterface = 127.0.0.1
19  # DaemonPort = 6667
20  
21  ## ClientInterface:
This page took 0.078657 seconds and 3 git commands to generate.