comparison debian/dropbear.prerm @ 218:3ee0c2f85e1e

* patch up to date with debian 0.45-3 diff
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 13:27:28 +0000
parents b0316ce64e4b
children
comparison
equal deleted inserted replaced
177:2098857ab826 218:3ee0c2f85e1e
1 #!/bin/sh 1 #!/bin/sh
2 set -u 2 set -e
3 3
4 test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0 4 test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0
5 if test -x /etc/init.d/dropbear; then 5 if test -x /etc/init.d/dropbear; then
6 if test -x /usr/sbin/invoke-rc.d; then 6 if test -x /usr/sbin/invoke-rc.d; then
7 invoke-rc.d dropbear stop 7 invoke-rc.d dropbear stop