diff options
Diffstat (limited to 'debian/patches/bitlbee.conf.diff')
-rw-r--r-- | debian/patches/bitlbee.conf.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/bitlbee.conf.diff b/debian/patches/bitlbee.conf.diff new file mode 100644 index 00000000..339ccd4a --- /dev/null +++ b/debian/patches/bitlbee.conf.diff @@ -0,0 +1,22 @@ +--- bitlbee.conf 2009-06-01 00:20:24.000000000 +0100 ++++ bitlbee.conf 2009-06-07 21:16:19.000000000 +0100 +@@ -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 + |