Mercurial > dropbear
view debian/dropbear.prerm @ 129:66087d87c355 DROPBEAR_0.44test4
merge of cc7d47b52fc39dc6940ea8fff5b782fbd44a2f6c
and f697d6be3bdf1a59bfd78dc1239ea417d52904a7
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 16 Sep 2004 06:19:39 +0000 |
parents | b0316ce64e4b |
children | 3ee0c2f85e1e |
line wrap: on
line source
#!/bin/sh set -u test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0 if test -x /etc/init.d/dropbear; then if test -x /usr/sbin/invoke-rc.d; then invoke-rc.d dropbear stop else /etc/init.d/dropbear stop fi fi