File: bitlbee.conf.diff

package info (click to toggle)
bitlbee 3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,392 kB
  • sloc: ansic: 29,135; xml: 2,282; sh: 905; makefile: 389; python: 221; perl: 41
file content (26 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Wilmer van der Gaast
Last-Update: 2009-06-07
Description: Run bitlbee as user bitlbee instead of root

--- a/bitlbee.conf
+++ b/bitlbee.conf
@@ -23,13 +23,18 @@
 ## If BitlBee is started by root as a daemon, it can drop root privileges,
 ## and change to the specified user.
 ##
-# User = bitlbee
+## DEBIAN NOTE: Without this, BitlBee will run as root!
+##
+User = bitlbee
 
 ## DaemonPort/DaemonInterface:
 ##
 ## For daemon mode, you can specify on what interface and port the daemon
 ## should be listening for connections.
 ##
+## DEBIAN NOTE: The init script passes the -p flag to use the port number
+## set using debconf, this overrides the DaemonPort setting here.
+##
 # DaemonInterface = 0.0.0.0
 # DaemonPort = 6667