aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/bitlbee.init2
-rw-r--r--debian/changelog9
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/bitlbee.init b/debian/bitlbee.init
index 1ab1bc43..a22c53a7 100755
--- a/debian/bitlbee.init
+++ b/debian/bitlbee.init
@@ -48,7 +48,7 @@ d_start() {
# TODO: Remove this after a few revisions.
find /var/lib/bitlbee -uid 0 -name '*.xml' -exec chown bitlbee: {} \;
- start-stop-daemon --start --quiet \
+ start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $BITLBEE_OPTS
}
diff --git a/debian/changelog b/debian/changelog
index a11a67b8..1b7b2dff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+bitlbee (1.2.3-1) unstable; urgency=critical
+
+ * New upstream version.
+ * Fixes another account hijacking issue. (Closes: #498159)
+ * Restored --pidfile argument to start-stop-daemon, otherwise the init
+ script fails to restart BitlBee when users are connected.
+
+ -- Wilmer van der Gaast <wilmer@gaast.net> Sun, 07 Sep 2008 18:53:04 +0100
+
bitlbee (1.2.2-1) unstable; urgency=critical
* New upstream version.