Changeset 5d3b4e8
- Timestamp:
- 2008-08-11T23:50:11Z (16 years ago)
- Branches:
- master
- Children:
- d301872
- Parents:
- 59c84c2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.conf
r59c84c2 r5d3b4e8 24 24 ## and change to the specified user. 25 25 ## 26 #User = bitlbee26 User = bitlbee 27 27 28 28 ## DaemonPort/DaemonInterface: -
debian/changelog
r59c84c2 r5d3b4e8 1 bitlbee (1.2.1-2) unstable; urgency=low 2 3 * Properly set the User= line to something sensible so BitlBee won't 4 run as root anymore. 1.2-5 was a bad upload. :-( (Closes: #494656) 5 6 -- Wilmer van der Gaast <wilmer@gaast.net> Tue, 12 Aug 2008 00:36:03 +0100 7 1 8 bitlbee (1.2.1-1.1) unstable; urgency=low 2 9 3 10 * Non-Maintainer Upload 4 11 * Use invoke-rc.d as per policy. (Closes: #492637) [Thanks to Matt 5 Kra ii]12 Kraai] 6 13 7 14 -- Don Armstrong <don@debian.org> Wed, 06 Aug 2008 06:57:18 -0700 -
debian/postinst
r59c84c2 r5d3b4e8 64 64 fi 65 65 66 if ! grep -qi '^User *= *' /etc/bitlbee/bitlbee.conf; then 67 echo 'Updating configuration file, enabling User-setting...' 68 if ! sed -i -e 's/# *User *= *.*/User = bitlbee/i' /etc/bitlbee/bitlbee.conf; then 69 echo 'Failed! BitlBee may run as root now, please check your configs.' 70 fi 71 fi 72 66 73 if [ -n "$2" -a "$BITLBEE_UPGRADE_DONT_RESTART" != "1" ]; then 67 74 if which invoke-rc.d >/dev/null 2>&1; then
Note: See TracChangeset
for help on using the changeset viewer.