Changeset b350aad
- Timestamp:
- 2010-10-25T12:03:07Z (14 years ago)
- Branches:
- master
- Children:
- 56ff331
- Parents:
- 724dfce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee-common.postinst
r724dfce rb350aad 16 16 [ -r /etc/default/bitlbee ] && . /etc/default/bitlbee 17 17 18 if [ "$BITLBEE_DISABLED" = "0" ] && typeupdate-inetd > /dev/null 2> /dev/null &&18 if [ "$BITLBEE_DISABLED" = "0" ] && which update-inetd > /dev/null 2> /dev/null && 19 19 ( expr "$2" : '0\..*' > /dev/null || expr "$2" : '1\.0\..*' > /dev/null ); then 20 20 ## Make sure the inetd entry is gone (can still be there from a … … 71 71 if [ "$BITLBEE_UPGRADE_DONT_RESTART" != "1" ]; then 72 72 unset IS_UPGRADE 73 if typenetstat > /dev/null 2> /dev/null; then73 if which netstat > /dev/null 2> /dev/null; then 74 74 netstat -an | grep -q :$PORT\\b.*LISTEN && IS_UPGRADE=1 75 75 else
Note: See TracChangeset
for help on using the changeset viewer.