Changeset 934dddf3 for debian/prerm
- Timestamp:
- 2008-08-24T16:51:01Z (16 years ago)
- Branches:
- master
- Children:
- 7125cb3
- Parents:
- 88d2208 (diff), d301872 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/prerm
r88d2208 r934dddf3 10 10 fi 11 11 else 12 /etc/init.d/bitlbee stop || exit 0 12 if which invoke-rc.d >/dev/null 2>&1; then 13 invoke-rc.d bitblee stop || exit 0 14 else 15 /etc/init.d/bitlbee stop || exit 0 16 fi 13 17 fi
Note: See TracChangeset
for help on using the changeset viewer.