Changeset 0281c45


Ignore:
Timestamp:
2008-03-29T21:01:09Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e74c7fe
Parents:
483f8dd
Message:

s/DAEMON_OPT/BITLBEE_OPTS/ so the init script will actually pick up flags
from /etc/default/bitlbee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/bitlbee.init

    r483f8dd r0281c45  
    1818# Default value
    1919BITLBEE_PORT=6667
    20 DAEMON_OPT=-F
     20BITLBEE_OPTS=-F
    2121
    2222# Read config file if it is present.
     
    3838        start-stop-daemon --start --quiet --pidfile $PIDFILE \
    3939                -c bitlbee: \
    40                 --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $DAEMON_OPT
     40                --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $BITLBEE_OPTS
    4141}
    4242
Note: See TracChangeset for help on using the changeset viewer.