Changeset 92e90b7
- Timestamp:
- 2009-05-31T23:13:43Z (16 years ago)
- Branches:
- master
- Children:
- c40580d
- Parents:
- b99296f
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee.init
rb99296f r92e90b7 49 49 find /var/lib/bitlbee -uid 0 -name '*.xml' -exec chown bitlbee: {} \; 50 50 51 start-stop-daemon --start --quiet \51 start-stop-daemon --start --quiet --pidfile $PIDFILE \ 52 52 --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $BITLBEE_OPTS 53 53 } -
debian/changelog
rb99296f r92e90b7 1 bitlbee (1.2.3-1) unstable; urgency=critical 2 3 * New upstream version. 4 * Fixes another account hijacking issue. (Closes: #498159) 5 * Restored --pidfile argument to start-stop-daemon, otherwise the init 6 script fails to restart BitlBee when users are connected. 7 8 -- Wilmer van der Gaast <wilmer@gaast.net> Sun, 07 Sep 2008 18:53:04 +0100 9 1 10 bitlbee (1.2.2-1) unstable; urgency=critical 2 11
Note: See TracChangeset
for help on using the changeset viewer.