Changeset d301872 for debian/postinst


Ignore:
Timestamp:
2008-08-24T16:49:03Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
934dddf3
Parents:
5d3b4e8
Message:

1.2.1-3:

  • chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean up after 1.2-5 and the bugfix in 1.2.1-2. (Closes: #495877)
  • Moved BITLBEE_DISABLED check to only check when trying to *start* the daemon. (Closes: #488611)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/postinst

    r5d3b4e8 rd301872  
    8080
    8181## If we're upgrading, we'll probably skip this next part
    82 if [ -d $CONFDIR ] && chown -R bitlbee $CONFDIR; then
     82if [ -d $CONFDIR ] && chown -R bitlbee: $CONFDIR; then
    8383        echo 'BitlBee (probably) already installed, skipping user/configdir installation'
    8484        exit 0
Note: See TracChangeset for help on using the changeset viewer.