Changes in / [8968133:5e81e60]
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee.init
r8968133 r5e81e60 1 1 #! /bin/sh 2 ### BEGIN INIT INFO3 # Provides: bitlbee4 # Required-Start: $remote_fs $syslog5 # Required-Stop: $remote_fs $syslog6 # Default-Start: 2 3 4 57 # Default-Stop: 18 ### END INIT INFO9 2 # 10 3 # Init script for BitlBee Debian package. Based on skeleton init script: … … 25 18 # Default value 26 19 BITLBEE_PORT=6667 27 BITLBEE_OPTS=-F20 DAEMON_OPT=-F 28 21 29 22 # Read config file if it is present. … … 45 38 start-stop-daemon --start --quiet --pidfile $PIDFILE \ 46 39 -c bitlbee: \ 47 --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $ BITLBEE_OPTS40 --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $DAEMON_OPT 48 41 } 49 42 -
debian/changelog
r8968133 r5e81e60 1 bitlbee (1.2-4) unstable; urgency=low2 3 * Not a real release, just a placeholder for the changelog.4 * Fixed init script to use the BITLBEE_OPTS variable, not an undefined5 DAEMON_OPT.6 * Added dependency information to the init script. (Closes: #472567)7 8 -- Wilmer van der Gaast <wilmer@gaast.net> Sat, 29 Mar 2008 21:10:33 +00009 10 1 bitlbee (1.2-3) unstable; urgency=low 11 2
Note: See TracChangeset
for help on using the changeset viewer.